Html Css Color HEX #1DAAED Summer Sky

📋 copy color: '#1DAAED'

red 29 ◦ green 170 ◦ blue 237

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

Shades of Summer Sky #1DAAED

Tints of Summer Sky #1DAAED

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.99%

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

R = 6.65%
G = 38.99%
B = 54.36%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DAAED (or 0x1DAAED) is known color: Summer Sky. HEX triplet: 1D, AA and ED. RGB value is (29,170,237). Sum of RGB (Red+Green+Blue) = 29+170+237=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #1DAAED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAAED is #E25512. Grayscale: #878787. Windows color (decimal): -14832915 or 15575581. OLE color: 15575581.

HSL color Cylindrical-coordinate representation of color #1DAAED: hue angle of 199.33º 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 #1DAAED is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 170 237 -
CMYK 0.88 0.28 0 0.07
HSL 199.33º 0.85% 0.52% -
HSV(B) 199.33º 0.88% 0.93% -
XYZ 30.17 35.13 85.31 -
YUV 135.48 185.29 52.05 -
System Red Green Blue C M Y K H S L
Decimal 29 170 237 0.88 0.28 0 0.07 199.33 0.85 0.52
Hex 1D AA ED 58 1C 0 7 C7 55 34
Octal 35 252 355 130 34 0 7 307 125 64
Binary 11101 10101010 11101101 1011000 11100 0 111 11000111 1010101 110100

Color Harmonies of #1DAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAAED

Black with #1DAAED

Text Example


Text Example

White with #1DAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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