Html Css Color HEX #1DA0DD Summer Sky

📋 copy color: '#1DA0DD'

red 29 ◦ green 160 ◦ blue 221

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

Shades of Summer Sky #1DA0DD

Tints of Summer Sky #1DA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.02%

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

R = 7.07%
G = 39.02%
B = 53.9%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DA0DD (or 0x1DA0DD) is known color: Summer Sky. HEX triplet: 1D, A0 and DD. RGB value is (29,160,221). Sum of RGB (Red+Green+Blue) = 29+160+221=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DA0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA0DD is #E25F22. Grayscale: #7F7F7F. Windows color (decimal): -14835491 or 14524445. OLE color: 14524445.

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

Color convert

RGB 29 160 221 -
CMYK 0.87 0.28 0 0.13
HSL 199.06º 0.77% 0.49% -
HSV(B) 199.06º 0.87% 0.87% -
XYZ 26.13 30.62 72.94 -
YUV 127.79 180.6 57.54 -
System Red Green Blue C M Y K H S L
Decimal 29 160 221 0.87 0.28 0 0.13 199.06 0.77 0.49
Hex 1D A0 DD 57 1C 0 D C7 4D 31
Octal 35 240 335 127 34 0 15 307 115 61
Binary 11101 10100000 11011101 1010111 11100 0 1101 11000111 1001101 110001

Color Harmonies of #1DA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA0DD

Black with #1DA0DD

Text Example


Text Example

White with #1DA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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