Html Css Color HEX #1DBBDB Summer Sky

📋 copy color: '#1DBBDB'

red 29 ◦ green 187 ◦ blue 219

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

Shades of Summer Sky #1DBBDB

Tints of Summer Sky #1DBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.99%

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 6.67%
G = 42.99%
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

#1DBBDB (or 0x1DBBDB) is known color: Summer Sky. HEX triplet: 1D, BB and DB. RGB value is (29,187,219). Sum of RGB (Red+Green+Blue) = 29+187+219=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DBBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBDB is #E24424. Grayscale: #8F8F8F. Windows color (decimal): -14828581 or 14400285. OLE color: 14400285.

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

Color convert

RGB 29 187 219 -
CMYK 0.87 0.15 0 0.14
HSL 190.11º 0.77% 0.49% -
HSV(B) 190.11º 0.87% 0.86% -
XYZ 31.06 40.92 73.28 -
YUV 143.41 170.65 46.4 -
System Red Green Blue C M Y K H S L
Decimal 29 187 219 0.87 0.15 0 0.14 190.11 0.77 0.49
Hex 1D BB DB 57 F 0 E BE 4D 31
Octal 35 273 333 127 17 0 16 276 115 61
Binary 11101 10111011 11011011 1010111 1111 0 1110 10111110 1001101 110001

Color Harmonies of #1DBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBDB

Black with #1DBBDB

Text Example


Text Example

White with #1DBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,187,219); }

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

background-color css

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

 a { background-color: rgb(29,187,219); }

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

border-color css

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

 span { border-color: rgb(29,187,219); }

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