Html Css Color HEX #1DB6DC Summer Sky

📋 copy color: '#1DB6DC'

red 29 ◦ green 182 ◦ blue 220

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

Shades of Summer Sky #1DB6DC

Tints of Summer Sky #1DB6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.23%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 6.73%
G = 42.23%
B = 51.04%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DB6DC (or 0x1DB6DC) is known color: Summer Sky. HEX triplet: 1D, B6 and DC. RGB value is (29,182,220). Sum of RGB (Red+Green+Blue) = 29+182+220=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DB6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB6DC is #E24923. Grayscale: #8C8C8C. Windows color (decimal): -14829860 or 14464541. OLE color: 14464541.

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

Color convert

RGB 29 182 220 -
CMYK 0.87 0.17 0 0.14
HSL 191.94º 0.77% 0.49% -
HSV(B) 191.94º 0.87% 0.86% -
XYZ 30.15 38.88 73.63 -
YUV 140.59 172.81 48.41 -
System Red Green Blue C M Y K H S L
Decimal 29 182 220 0.87 0.17 0 0.14 191.94 0.77 0.49
Hex 1D B6 DC 57 11 0 E C0 4D 31
Octal 35 266 334 127 21 0 16 300 115 61
Binary 11101 10110110 11011100 1010111 10001 0 1110 11000000 1001101 110001

Color Harmonies of #1DB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB6DC

Black with #1DB6DC

Text Example


Text Example

White with #1DB6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,182,220); }

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

background-color css

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

 a { background-color: rgb(29,182,220); }

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

border-color css

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

 span { border-color: rgb(29,182,220); }

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