Html Css Color HEX #1DCAED Deep Sky Blue

📋 copy color: '#1DCAED'

red 29 ◦ green 202 ◦ blue 237

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

Shades of Deep Sky Blue #1DCAED

Tints of Deep Sky Blue #1DCAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 6.2%
G = 43.16%
B = 50.64%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DCAED (or 0x1DCAED) is known color: Deep Sky Blue. HEX triplet: 1D, CA and ED. RGB value is (29,202,237). Sum of RGB (Red+Green+Blue) = 29+202+237=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #1DCAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCAED is #E23512. Grayscale: #999999. Windows color (decimal): -14824723 or 15583773. OLE color: 15583773.

HSL color Cylindrical-coordinate representation of color #1DCAED: hue angle of 190.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCAED is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 202 237 -
CMYK 0.88 0.15 0 0.07
HSL 190.1º 0.85% 0.52% -
HSV(B) 190.1º 0.88% 0.93% -
XYZ 36.91 48.62 87.56 -
YUV 154.26 174.69 38.65 -
System Red Green Blue C M Y K H S L
Decimal 29 202 237 0.88 0.15 0 0.07 190.1 0.85 0.52
Hex 1D CA ED 58 F 0 7 BE 55 34
Octal 35 312 355 130 17 0 7 276 125 64
Binary 11101 11001010 11101101 1011000 1111 0 111 10111110 1010101 110100

Color Harmonies of #1DCAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAED

Black with #1DCAED

Text Example


Text Example

White with #1DCAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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