Html Css Color HEX #1DADDB Summer Sky

📋 copy color: '#1DADDB'

red 29 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #1DADDB

Tints of Summer Sky #1DADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

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

R = 6.89%
G = 41.09%
B = 52.02%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DADDB (or 0x1DADDB) is known color: Summer Sky. HEX triplet: 1D, AD and DB. RGB value is (29,173,219). Sum of RGB (Red+Green+Blue) = 29+173+219=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADDB is #E25224. Grayscale: #868686. Windows color (decimal): -14832165 or 14396701. OLE color: 14396701.

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

Color convert

RGB 29 173 219 -
CMYK 0.87 0.21 0 0.14
HSL 194.53º 0.77% 0.49% -
HSV(B) 194.53º 0.87% 0.86% -
XYZ 28.24 35.26 72.34 -
YUV 135.19 175.29 52.26 -
System Red Green Blue C M Y K H S L
Decimal 29 173 219 0.87 0.21 0 0.14 194.53 0.77 0.49
Hex 1D AD DB 57 15 0 E C3 4D 31
Octal 35 255 333 127 25 0 16 303 115 61
Binary 11101 10101101 11011011 1010111 10101 0 1110 11000011 1001101 110001

Color Harmonies of #1DADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DADDB

Black with #1DADDB

Text Example


Text Example

White with #1DADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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