Html Css Color HEX #18B8FF Deep Sky Blue

📋 copy color: '#18B8FF'

red 24 ◦ green 184 ◦ blue 255

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

Shades of Deep Sky Blue #18B8FF

Tints of Deep Sky Blue #18B8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

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

R = 5.18%
G = 39.74%
B = 55.08%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18B8FF (or 0x18B8FF) is known color: Deep Sky Blue. HEX triplet: 18, B8 and FF. RGB value is (24,184,255). Sum of RGB (Red+Green+Blue) = 24+184+255=463 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.18% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #18B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B8FF is #E74700. Grayscale: #8F8F8F. Windows color (decimal): -15156993 or 16758808. OLE color: 16758808.

HSL color Cylindrical-coordinate representation of color #18B8FF: hue angle of 198.44º 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 #18B8FF is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 184 255 -
CMYK 0.91 0.28 0 0
HSL 198.44º 1% 0.55% -
HSV(B) 198.44º 0.91% 1% -
XYZ 35.57 41.7 100.78 -
YUV 144.25 190.49 42.23 -
System Red Green Blue C M Y K H S L
Decimal 24 184 255 0.91 0.28 0 0 198.44 1 0.55
Hex 18 B8 FF 5B 1C 0 0 C6 64 37
Octal 30 270 377 133 34 0 0 306 144 67
Binary 11000 10111000 11111111 1011011 11100 0 0 11000110 1100100 110111

Color Harmonies of #18B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B8FF

Black with #18B8FF

Text Example


Text Example

White with #18B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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