Html Css Color HEX #18BDFF Deep Sky Blue

📋 copy color: '#18BDFF'

red 24 ◦ green 189 ◦ blue 255

#18BDFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #18BDFF

Tints of Deep Sky Blue #18BDFF

RGB

 RED value IS 24 (9.77% from 255) = 5.13%

 GREEN value IS 189 (74.22% from 255) = 40.38%

 BLUE value IS 255 (100% from 255) = 54.49%

R = 5.13%
G = 40.38%
B = 54.49%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#18BDFF (or 0x18BDFF) is known color: Deep Sky Blue. HEX triplet: 18, BD and FF. RGB value is (24,189,255). Sum of RGB (Red+Green+Blue) = 24+189+255=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #18BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BDFF is #E74200. Grayscale: #929292. Windows color (decimal): -15155713 or 16760088. OLE color: 16760088.

HSL color Cylindrical-coordinate representation of color #18BDFF: hue angle of 197.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18BDFF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 189 255 -
CMYK 0.91 0.26 0 0
HSL 197.14º 1% 0.55% -
HSV(B) 197.14º 0.91% 1% -
XYZ 36.62 43.81 101.13 -
YUV 147.19 188.84 40.13 -
System Red Green Blue C M Y K H S L
Decimal 24 189 255 0.91 0.26 0 0 197.14 1 0.55
Hex 18 BD FF 5B 1A 0 0 C5 64 37
Octal 30 275 377 133 32 0 0 305 144 67
Binary 11000 10111101 11111111 1011011 11010 0 0 11000101 1100100 110111

Color Harmonies of #18BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDFF

Black with #18BDFF

Text Example


Text Example

White with #18BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18BDFF; }

 p { color: rgb(24,189,255); }

 H1.HeaderClassName
 {
   color: #18BDFF;
 }
 .AnyTagClassName
 {
   color: #18BDFF;
 }
</style>

background-color css

<style>
 a { background-color: #18BDFF; }

 a { background-color: rgb(24,189,255); }

 div.DivClassName
 {
   background-color: #18BDFF;
 }
 .BgClassName
 {
   background-color: #18BDFF;
 }
</style>

border-color css

<style>
 span { border-color: #18BDFF; }

 span { border-color: rgb(24,189,255); }

 td.TdClassName
 {
   border-color: #18BDFF;
 }
 .TagClassName
 {
   border-color: #18BDFF;
 }
</style>