Html Css Color HEX #1DBDD9 Summer Sky

📋 copy color: '#1DBDD9'

red 29 ◦ green 189 ◦ blue 217

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

Shades of Summer Sky #1DBDD9

Tints of Summer Sky #1DBDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.89%

R = 6.67%
G = 43.45%
B = 49.89%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1DBDD9 (or 0x1DBDD9) is known color: Summer Sky. HEX triplet: 1D, BD and D9. RGB value is (29,189,217). Sum of RGB (Red+Green+Blue) = 29+189+217=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #1DBDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDD9 is #E24226. Grayscale: #909090. Windows color (decimal): -14828071 or 14269725. OLE color: 14269725.

HSL color Cylindrical-coordinate representation of color #1DBDD9: hue angle of 188.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBDD9 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 189 217 -
CMYK 0.87 0.13 0 0.15
HSL 188.94º 0.76% 0.48% -
HSV(B) 188.94º 0.87% 0.85% -
XYZ 31.23 41.67 72.04 -
YUV 144.35 168.99 45.72 -
System Red Green Blue C M Y K H S L
Decimal 29 189 217 0.87 0.13 0 0.15 188.94 0.76 0.48
Hex 1D BD D9 57 D 0 F BD 4C 30
Octal 35 275 331 127 15 0 17 275 114 60
Binary 11101 10111101 11011001 1010111 1101 0 1111 10111101 1001100 110000

Color Harmonies of #1DBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBDD9

Black with #1DBDD9

Text Example


Text Example

White with #1DBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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