Html Css Color HEX #1DADD6 Summer Sky

📋 copy color: '#1DADD6'

red 29 ◦ green 173 ◦ blue 214

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

Shades of Summer Sky #1DADD6

Tints of Summer Sky #1DADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.44%

R = 6.97%
G = 41.59%
B = 51.44%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1DADD6 (or 0x1DADD6) is known color: Summer Sky. HEX triplet: 1D, AD and D6. RGB value is (29,173,214). Sum of RGB (Red+Green+Blue) = 29+173+214=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #1DADD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADD6 is #E25229. Grayscale: #868686. Windows color (decimal): -14832170 or 14069021. OLE color: 14069021.

HSL color Cylindrical-coordinate representation of color #1DADD6: hue angle of 193.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DADD6 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 173 214 -
CMYK 0.86 0.19 0 0.16
HSL 193.3º 0.76% 0.48% -
HSV(B) 193.3º 0.86% 0.84% -
XYZ 27.59 35 68.92 -
YUV 134.62 172.79 52.67 -
System Red Green Blue C M Y K H S L
Decimal 29 173 214 0.86 0.19 0 0.16 193.3 0.76 0.48
Hex 1D AD D6 56 13 0 10 C1 4C 30
Octal 35 255 326 126 23 0 20 301 114 60
Binary 11101 10101101 11010110 1010110 10011 0 10000 11000001 1001100 110000

Color Harmonies of #1DADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DADD6

Black with #1DADD6

Text Example


Text Example

White with #1DADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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