Html Css Color HEX #18CAEC Deep Sky Blue

📋 copy color: '#18CAEC'

red 24 ◦ green 202 ◦ blue 236

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

Shades of Deep Sky Blue #18CAEC

Tints of Deep Sky Blue #18CAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.72%

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 5.19%
G = 43.72%
B = 51.08%

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

#18CAEC (or 0x18CAEC) is known color: Deep Sky Blue. HEX triplet: 18, CA and EC. RGB value is (24,202,236). Sum of RGB (Red+Green+Blue) = 24+202+236=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #18CAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CAEC is #E73513. Grayscale: #989898. Windows color (decimal): -15152404 or 15518232. OLE color: 15518232.

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

Color convert

RGB 24 202 236 -
CMYK 0.90 0.14 0 0.07
HSL 189.62º 0.85% 0.51% -
HSV(B) 189.62º 0.9% 0.93% -
XYZ 36.64 48.49 86.79 -
YUV 152.65 175.03 36.24 -
System Red Green Blue C M Y K H S L
Decimal 24 202 236 0.90 0.14 0 0.07 189.62 0.85 0.51
Hex 18 CA EC 5A E 0 7 BE 55 33
Octal 30 312 354 132 16 0 7 276 125 63
Binary 11000 11001010 11101100 1011010 1110 0 111 10111110 1010101 110011

Color Harmonies of #18CAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CAEC

Black with #18CAEC

Text Example


Text Example

White with #18CAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,202,236); }

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

background-color css

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

 a { background-color: rgb(24,202,236); }

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

border-color css

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

 span { border-color: rgb(24,202,236); }

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