Html Css Color HEX #18CEF9 Deep Sky Blue

📋 copy color: '#18CEF9'

red 24 ◦ green 206 ◦ blue 249

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

Shades of Deep Sky Blue #18CEF9

Tints of Deep Sky Blue #18CEF9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

 BLUE value IS 249 (97.66% from 255) = 51.98%

R = 5.01%
G = 43.01%
B = 51.98%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18CEF9 (or 0x18CEF9) is known color: Deep Sky Blue. HEX triplet: 18, CE and F9. RGB value is (24,206,249). Sum of RGB (Red+Green+Blue) = 24+206+249=479 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.01% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #18CEF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEF9 is #E73106. Grayscale: #9C9C9C. Windows color (decimal): -15151367 or 16371224. OLE color: 16371224.

HSL color Cylindrical-coordinate representation of color #18CEF9: hue angle of 191.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CEF9 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 206 249 -
CMYK 0.90 0.17 0 0.02
HSL 191.47º 0.95% 0.54% -
HSV(B) 191.47º 0.9% 0.98% -
XYZ 39.55 51.18 97.42 -
YUV 156.48 180.2 33.5 -
System Red Green Blue C M Y K H S L
Decimal 24 206 249 0.90 0.17 0 0.02 191.47 0.95 0.54
Hex 18 CE F9 5A 11 0 2 BF 5F 36
Octal 30 316 371 132 21 0 2 277 137 66
Binary 11000 11001110 11111001 1011010 10001 0 10 10111111 1011111 110110

Color Harmonies of #18CEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEF9

Black with #18CEF9

Text Example


Text Example

White with #18CEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,206,249); }

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

background-color css

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

 a { background-color: rgb(24,206,249); }

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

border-color css

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

 span { border-color: rgb(24,206,249); }

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