Html Css Color HEX #1DB0DC Summer Sky

📋 copy color: '#1DB0DC'

red 29 ◦ green 176 ◦ blue 220

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

Shades of Summer Sky #1DB0DC

Tints of Summer Sky #1DB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 6.82%
G = 41.41%
B = 51.76%

CMYK

 C value IS 0.87

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DB0DC (or 0x1DB0DC) is known color: Summer Sky. HEX triplet: 1D, B0 and DC. RGB value is (29,176,220). Sum of RGB (Red+Green+Blue) = 29+176+220=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DB0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB0DC is #E24F23. Grayscale: #888888. Windows color (decimal): -14831396 or 14463005. OLE color: 14463005.

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

Color convert

RGB 29 176 220 -
CMYK 0.87 0.2 0 0.14
HSL 193.82º 0.77% 0.49% -
HSV(B) 193.82º 0.87% 0.86% -
XYZ 28.95 36.48 73.23 -
YUV 137.06 174.8 50.92 -
System Red Green Blue C M Y K H S L
Decimal 29 176 220 0.87 0.2 0 0.14 193.82 0.77 0.49
Hex 1D B0 DC 57 14 0 E C2 4D 31
Octal 35 260 334 127 24 0 16 302 115 61
Binary 11101 10110000 11011100 1010111 10100 0 1110 11000010 1001101 110001

Color Harmonies of #1DB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB0DC

Black with #1DB0DC

Text Example


Text Example

White with #1DB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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