Html Css Color HEX #1DA0DB Summer Sky

📋 copy color: '#1DA0DB'

red 29 ◦ green 160 ◦ blue 219

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

Shades of Summer Sky #1DA0DB

Tints of Summer Sky #1DA0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 7.11%
G = 39.22%
B = 53.68%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DA0DB (or 0x1DA0DB) is known color: Summer Sky. HEX triplet: 1D, A0 and DB. RGB value is (29,160,219). Sum of RGB (Red+Green+Blue) = 29+160+219=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DA0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA0DB is #E25F24. Grayscale: #7F7F7F. Windows color (decimal): -14835493 or 14393373. OLE color: 14393373.

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

Color convert

RGB 29 160 219 -
CMYK 0.87 0.27 0 0.14
HSL 198.63º 0.77% 0.49% -
HSV(B) 198.63º 0.87% 0.86% -
XYZ 25.86 30.52 71.55 -
YUV 127.56 179.6 57.7 -
System Red Green Blue C M Y K H S L
Decimal 29 160 219 0.87 0.27 0 0.14 198.63 0.77 0.49
Hex 1D A0 DB 57 1B 0 E C7 4D 31
Octal 35 240 333 127 33 0 16 307 115 61
Binary 11101 10100000 11011011 1010111 11011 0 1110 11000111 1001101 110001

Color Harmonies of #1DA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA0DB

Black with #1DA0DB

Text Example


Text Example

White with #1DA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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