Html Css Color HEX #1DBCDC Summer Sky

📋 copy color: '#1DBCDC'

red 29 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #1DBCDC

Tints of Summer Sky #1DBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.02%

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

R = 6.64%
G = 43.02%
B = 50.34%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DBCDC (or 0x1DBCDC) is known color: Summer Sky. HEX triplet: 1D, BC and DC. RGB value is (29,188,220). Sum of RGB (Red+Green+Blue) = 29+188+220=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCDC is #E24323. Grayscale: #8F8F8F. Windows color (decimal): -14828324 or 14466077. OLE color: 14466077.

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

Color convert

RGB 29 188 220 -
CMYK 0.87 0.15 0 0.14
HSL 190.05º 0.77% 0.49% -
HSV(B) 190.05º 0.87% 0.86% -
XYZ 31.41 41.39 74.04 -
YUV 144.11 170.82 45.9 -
System Red Green Blue C M Y K H S L
Decimal 29 188 220 0.87 0.15 0 0.14 190.05 0.77 0.49
Hex 1D BC DC 57 F 0 E BE 4D 31
Octal 35 274 334 127 17 0 16 276 115 61
Binary 11101 10111100 11011100 1010111 1111 0 1110 10111110 1001101 110001

Color Harmonies of #1DBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBCDC

Black with #1DBCDC

Text Example


Text Example

White with #1DBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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