Html Css Color HEX #1DACDD Summer Sky

📋 copy color: '#1DACDD'

red 29 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #1DACDD

Tints of Summer Sky #1DACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 6.87%
G = 40.76%
B = 52.37%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DACDD (or 0x1DACDD) is known color: Summer Sky. HEX triplet: 1D, AC and DD. RGB value is (29,172,221). Sum of RGB (Red+Green+Blue) = 29+172+221=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACDD is #E25322. Grayscale: #868686. Windows color (decimal): -14832419 or 14527517. OLE color: 14527517.

HSL color Cylindrical-coordinate representation of color #1DACDD: hue angle of 195.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DACDD is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 172 221 -
CMYK 0.87 0.22 0 0.13
HSL 195.31º 0.77% 0.49% -
HSV(B) 195.31º 0.87% 0.87% -
XYZ 28.31 34.99 73.67 -
YUV 134.83 176.62 52.52 -
System Red Green Blue C M Y K H S L
Decimal 29 172 221 0.87 0.22 0 0.13 195.31 0.77 0.49
Hex 1D AC DD 57 16 0 D C3 4D 31
Octal 35 254 335 127 26 0 15 303 115 61
Binary 11101 10101100 11011101 1010111 10110 0 1101 11000011 1001101 110001

Color Harmonies of #1DACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DACDD

Black with #1DACDD

Text Example


Text Example

White with #1DACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,172,221); }

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

background-color css

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

 a { background-color: rgb(29,172,221); }

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

border-color css

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

 span { border-color: rgb(29,172,221); }

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