Html Css Color HEX #18CEEB Deep Sky Blue

📋 copy color: '#18CEEB'

red 24 ◦ green 206 ◦ blue 235

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

Shades of Deep Sky Blue #18CEEB

Tints of Deep Sky Blue #18CEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 5.16%
G = 44.3%
B = 50.54%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18CEEB (or 0x18CEEB) is known color: Deep Sky Blue. HEX triplet: 18, CE and EB. RGB value is (24,206,235). Sum of RGB (Red+Green+Blue) = 24+206+235=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #18CEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEEB is #E73114. Grayscale: #9A9A9A. Windows color (decimal): -15151381 or 15453720. OLE color: 15453720.

HSL color Cylindrical-coordinate representation of color #18CEEB: hue angle of 188.25º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CEEB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 206 235 -
CMYK 0.90 0.12 0 0.08
HSL 188.25º 0.84% 0.51% -
HSV(B) 188.25º 0.9% 0.92% -
XYZ 37.44 50.33 86.34 -
YUV 154.89 173.2 34.64 -
System Red Green Blue C M Y K H S L
Decimal 24 206 235 0.90 0.12 0 0.08 188.25 0.84 0.51
Hex 18 CE EB 5A C 0 8 BC 54 33
Octal 30 316 353 132 14 0 10 274 124 63
Binary 11000 11001110 11101011 1011010 1100 0 1000 10111100 1010100 110011

Color Harmonies of #18CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEEB

Black with #18CEEB

Text Example


Text Example

White with #18CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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