Html Css Color HEX #1DADD8 Summer Sky

📋 copy color: '#1DADD8'

red 29 ◦ green 173 ◦ blue 216

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

Shades of Summer Sky #1DADD8

Tints of Summer Sky #1DADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.67%

R = 6.94%
G = 41.39%
B = 51.67%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1DADD8 (or 0x1DADD8) is known color: Summer Sky. HEX triplet: 1D, AD and D8. RGB value is (29,173,216). Sum of RGB (Red+Green+Blue) = 29+173+216=418 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.94% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #1DADD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADD8 is #E25227. Grayscale: #868686. Windows color (decimal): -14832168 or 14200093. OLE color: 14200093.

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

Color convert

RGB 29 173 216 -
CMYK 0.87 0.20 0 0.15
HSL 193.8º 0.76% 0.48% -
HSV(B) 193.8º 0.87% 0.85% -
XYZ 27.84 35.11 70.27 -
YUV 134.85 173.79 52.5 -
System Red Green Blue C M Y K H S L
Decimal 29 173 216 0.87 0.20 0 0.15 193.8 0.76 0.48
Hex 1D AD D8 57 14 0 F C2 4C 30
Octal 35 255 330 127 24 0 17 302 114 60
Binary 11101 10101101 11011000 1010111 10100 0 1111 11000010 1001100 110000

Color Harmonies of #1DADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DADD8

Black with #1DADD8

Text Example


Text Example

White with #1DADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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