Html Css Color HEX #1DB2DB Summer Sky

📋 copy color: '#1DB2DB'

red 29 ◦ green 178 ◦ blue 219

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

Shades of Summer Sky #1DB2DB

Tints of Summer Sky #1DB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.78%

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

R = 6.81%
G = 41.78%
B = 51.41%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DB2DB (or 0x1DB2DB) is known color: Summer Sky. HEX triplet: 1D, B2 and DB. RGB value is (29,178,219). Sum of RGB (Red+Green+Blue) = 29+178+219=426 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.81% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DB2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB2DB is #E24D24. Grayscale: #898989. Windows color (decimal): -14830885 or 14397981. OLE color: 14397981.

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

Color convert

RGB 29 178 219 -
CMYK 0.87 0.19 0 0.14
HSL 192.95º 0.77% 0.49% -
HSV(B) 192.95º 0.87% 0.86% -
XYZ 29.21 37.22 72.66 -
YUV 138.12 173.64 50.17 -
System Red Green Blue C M Y K H S L
Decimal 29 178 219 0.87 0.19 0 0.14 192.95 0.77 0.49
Hex 1D B2 DB 57 13 0 E C1 4D 31
Octal 35 262 333 127 23 0 16 301 115 61
Binary 11101 10110010 11011011 1010111 10011 0 1110 11000001 1001101 110001

Color Harmonies of #1DB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB2DB

Black with #1DB2DB

Text Example


Text Example

White with #1DB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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