Html Css Color HEX #1DAEDD Summer Sky

📋 copy color: '#1DAEDD'

red 29 ◦ green 174 ◦ blue 221

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

Shades of Summer Sky #1DAEDD

Tints of Summer Sky #1DAEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.04%

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 6.84%
G = 41.04%
B = 52.12%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DAEDD (or 0x1DAEDD) is known color: Summer Sky. HEX triplet: 1D, AE and DD. RGB value is (29,174,221). Sum of RGB (Red+Green+Blue) = 29+174+221=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAEDD is #E25122. Grayscale: #878787. Windows color (decimal): -14831907 or 14528029. OLE color: 14528029.

HSL color Cylindrical-coordinate representation of color #1DAEDD: hue angle of 194.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DAEDD is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 174 221 -
CMYK 0.87 0.21 0 0.13
HSL 194.69º 0.77% 0.49% -
HSV(B) 194.69º 0.87% 0.87% -
XYZ 28.69 35.75 73.8 -
YUV 136 175.96 51.68 -
System Red Green Blue C M Y K H S L
Decimal 29 174 221 0.87 0.21 0 0.13 194.69 0.77 0.49
Hex 1D AE DD 57 15 0 D C3 4D 31
Octal 35 256 335 127 25 0 15 303 115 61
Binary 11101 10101110 11011101 1010111 10101 0 1101 11000011 1001101 110001

Color Harmonies of #1DAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAEDD

Black with #1DAEDD

Text Example


Text Example

White with #1DAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,174,221); }

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

background-color css

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

 a { background-color: rgb(29,174,221); }

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

border-color css

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

 span { border-color: rgb(29,174,221); }

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