Html Css Color HEX #1DC9EB Deep Sky Blue

📋 copy color: '#1DC9EB'

red 29 ◦ green 201 ◦ blue 235

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

Shades of Deep Sky Blue #1DC9EB

Tints of Deep Sky Blue #1DC9EB

RGB

 RED value IS 29 (11.72% from 255) = 6.24%

 GREEN value IS 201 (78.91% from 255) = 43.23%

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

R = 6.24%
G = 43.23%
B = 50.54%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1DC9EB (or 0x1DC9EB) is known color: Deep Sky Blue. HEX triplet: 1D, C9 and EB. RGB value is (29,201,235). Sum of RGB (Red+Green+Blue) = 29+201+235=465 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.24% from 465); Green value is 201 (78.91% from 255 or 43.23% 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 #1DC9EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC9EB is #E23614. Grayscale: #999999. Windows color (decimal): -14824981 or 15452445. OLE color: 15452445.

HSL color Cylindrical-coordinate representation of color #1DC9EB: hue angle of 189.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DC9EB is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 201 235 -
CMYK 0.88 0.14 0 0.08
HSL 189.9º 0.84% 0.52% -
HSV(B) 189.9º 0.88% 0.92% -
XYZ 36.39 48.03 85.95 -
YUV 153.45 174.02 39.24 -
System Red Green Blue C M Y K H S L
Decimal 29 201 235 0.88 0.14 0 0.08 189.9 0.84 0.52
Hex 1D C9 EB 58 E 0 8 BE 54 34
Octal 35 311 353 130 16 0 10 276 124 64
Binary 11101 11001001 11101011 1011000 1110 0 1000 10111110 1010100 110100

Color Harmonies of #1DC9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC9EB

Black with #1DC9EB

Text Example


Text Example

White with #1DC9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DC9EB; }

 p { color: rgb(29,201,235); }

 H1.HeaderClassName
 {
   color: #1DC9EB;
 }
 .AnyTagClassName
 {
   color: #1DC9EB;
 }
</style>

background-color css

<style>
 a { background-color: #1DC9EB; }

 a { background-color: rgb(29,201,235); }

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

border-color css

<style>
 span { border-color: #1DC9EB; }

 span { border-color: rgb(29,201,235); }

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