Html Css Color HEX #1DCAE9 Deep Sky Blue

📋 copy color: '#1DCAE9'

red 29 ◦ green 202 ◦ blue 233

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

Shades of Deep Sky Blue #1DCAE9

Tints of Deep Sky Blue #1DCAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.22%

R = 6.25%
G = 43.53%
B = 50.22%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1DCAE9 (or 0x1DCAE9) is known color: Deep Sky Blue. HEX triplet: 1D, CA and E9. RGB value is (29,202,233). Sum of RGB (Red+Green+Blue) = 29+202+233=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #1DCAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCAE9 is #E23516. Grayscale: #999999. Windows color (decimal): -14824727 or 15321629. OLE color: 15321629.

HSL color Cylindrical-coordinate representation of color #1DCAE9: hue angle of 189.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCAE9 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 29 202 233 -
CMYK 0.88 0.13 0 0.09
HSL 189.12º 0.82% 0.51% -
HSV(B) 189.12º 0.88% 0.91% -
XYZ 36.34 48.39 84.52 -
YUV 153.81 172.69 38.98 -
System Red Green Blue C M Y K H S L
Decimal 29 202 233 0.88 0.13 0 0.09 189.12 0.82 0.51
Hex 1D CA E9 58 D 0 9 BD 52 33
Octal 35 312 351 130 15 0 11 275 122 63
Binary 11101 11001010 11101001 1011000 1101 0 1001 10111101 1010010 110011

Color Harmonies of #1DCAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAE9

Black with #1DCAE9

Text Example


Text Example

White with #1DCAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,202,233); }

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

background-color css

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

 a { background-color: rgb(29,202,233); }

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

border-color css

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

 span { border-color: rgb(29,202,233); }

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