Html Css Color HEX #18CCEE Deep Sky Blue

📋 copy color: '#18CCEE'

red 24 ◦ green 204 ◦ blue 238

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

Shades of Deep Sky Blue #18CCEE

Tints of Deep Sky Blue #18CCEE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

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

R = 5.15%
G = 43.78%
B = 51.07%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18CCEE (or 0x18CCEE) is known color: Deep Sky Blue. HEX triplet: 18, CC and EE. RGB value is (24,204,238). Sum of RGB (Red+Green+Blue) = 24+204+238=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #18CCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCEE is #E73311. Grayscale: #999999. Windows color (decimal): -15151890 or 15649816. OLE color: 15649816.

HSL color Cylindrical-coordinate representation of color #18CCEE: hue angle of 189.53º 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 #18CCEE is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 204 238 -
CMYK 0.90 0.14 0 0.07
HSL 189.53º 0.86% 0.51% -
HSV(B) 189.53º 0.9% 0.93% -
XYZ 37.4 49.55 88.48 -
YUV 154.06 175.37 35.24 -
System Red Green Blue C M Y K H S L
Decimal 24 204 238 0.90 0.14 0 0.07 189.53 0.86 0.51
Hex 18 CC EE 5A E 0 7 BE 56 33
Octal 30 314 356 132 16 0 7 276 126 63
Binary 11000 11001100 11101110 1011010 1110 0 111 10111110 1010110 110011

Color Harmonies of #18CCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCEE

Black with #18CCEE

Text Example


Text Example

White with #18CCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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