Html Css Color HEX #1DBCDA Summer Sky

📋 copy color: '#1DBCDA'

red 29 ◦ green 188 ◦ blue 218

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

Shades of Summer Sky #1DBCDA

Tints of Summer Sky #1DBCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 6.67%
G = 43.22%
B = 50.11%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1DBCDA (or 0x1DBCDA) is known color: Summer Sky. HEX triplet: 1D, BC and DA. RGB value is (29,188,218). Sum of RGB (Red+Green+Blue) = 29+188+218=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #1DBCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCDA is #E24325. Grayscale: #8F8F8F. Windows color (decimal): -14828326 or 14335005. OLE color: 14335005.

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

Color convert

RGB 29 188 218 -
CMYK 0.87 0.14 0 0.15
HSL 189.52º 0.77% 0.48% -
HSV(B) 189.52º 0.87% 0.85% -
XYZ 31.14 41.29 72.66 -
YUV 143.88 169.82 46.06 -
System Red Green Blue C M Y K H S L
Decimal 29 188 218 0.87 0.14 0 0.15 189.52 0.77 0.48
Hex 1D BC DA 57 E 0 F BE 4D 30
Octal 35 274 332 127 16 0 17 276 115 60
Binary 11101 10111100 11011010 1010111 1110 0 1111 10111110 1001101 110000

Color Harmonies of #1DBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBCDA

Black with #1DBCDA

Text Example


Text Example

White with #1DBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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