Html Css Color HEX #1DBDDC Summer Sky

📋 copy color: '#1DBDDC'

red 29 ◦ green 189 ◦ blue 220

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

Shades of Summer Sky #1DBDDC

Tints of Summer Sky #1DBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

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

R = 6.62%
G = 43.15%
B = 50.23%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DBDDC (or 0x1DBDDC) is known color: Summer Sky. HEX triplet: 1D, BD and DC. RGB value is (29,189,220). Sum of RGB (Red+Green+Blue) = 29+189+220=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDDC is #E24223. Grayscale: #909090. Windows color (decimal): -14828068 or 14466333. OLE color: 14466333.

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

Color convert

RGB 29 189 220 -
CMYK 0.87 0.14 0 0.14
HSL 189.74º 0.77% 0.49% -
HSV(B) 189.74º 0.87% 0.86% -
XYZ 31.62 41.82 74.12 -
YUV 144.69 170.49 45.48 -
System Red Green Blue C M Y K H S L
Decimal 29 189 220 0.87 0.14 0 0.14 189.74 0.77 0.49
Hex 1D BD DC 57 E 0 E BE 4D 31
Octal 35 275 334 127 16 0 16 276 115 61
Binary 11101 10111101 11011100 1010111 1110 0 1110 10111110 1001101 110001

Color Harmonies of #1DBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBDDC

Black with #1DBDDC

Text Example


Text Example

White with #1DBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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