Html Css Color HEX #18CEEE Deep Sky Blue

📋 copy color: '#18CEEE'

red 24 ◦ green 206 ◦ blue 238

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

Shades of Deep Sky Blue #18CEEE

Tints of Deep Sky Blue #18CEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 5.13%
G = 44.02%
B = 50.85%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18CEEE (or 0x18CEEE) is known color: Deep Sky Blue. HEX triplet: 18, CE and EE. RGB value is (24,206,238). Sum of RGB (Red+Green+Blue) = 24+206+238=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #18CEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEEE is #E73111. Grayscale: #9A9A9A. Windows color (decimal): -15151378 or 15650328. OLE color: 15650328.

HSL color Cylindrical-coordinate representation of color #18CEEE: hue angle of 188.97º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CEEE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 206 238 -
CMYK 0.90 0.13 0 0.07
HSL 188.97º 0.86% 0.51% -
HSV(B) 188.97º 0.9% 0.93% -
XYZ 37.88 50.51 88.64 -
YUV 155.23 174.7 34.4 -
System Red Green Blue C M Y K H S L
Decimal 24 206 238 0.90 0.13 0 0.07 188.97 0.86 0.51
Hex 18 CE EE 5A D 0 7 BD 56 33
Octal 30 316 356 132 15 0 7 275 126 63
Binary 11000 11001110 11101110 1011010 1101 0 111 10111101 1010110 110011

Color Harmonies of #18CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEEE

Black with #18CEEE

Text Example


Text Example

White with #18CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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