Html Css Color HEX #32ADDD Summer Sky

📋 copy color: '#32ADDD'

red 50 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #32ADDD

Tints of Summer Sky #32ADDD

RGB

 RED value IS 50 (19.92% from 255) = 11.26%

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

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

R = 11.26%
G = 38.96%
B = 49.77%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#32ADDD (or 0x32ADDD) is known color: Summer Sky. HEX triplet: 32, AD and DD. RGB value is (50,173,221). Sum of RGB (Red+Green+Blue) = 50+173+221=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #32ADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADDD is #CD5222. Grayscale: #8D8D8D. Windows color (decimal): -13455907 or 14527794. OLE color: 14527794.

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

Color convert

RGB 50 173 221 -
CMYK 0.77 0.22 0 0.13
HSL 196.84º 0.72% 0.53% -
HSV(B) 196.84º 0.77% 0.87% -
XYZ 29.31 35.79 73.77 -
YUV 141.7 172.75 62.6 -
System Red Green Blue C M Y K H S L
Decimal 50 173 221 0.77 0.22 0 0.13 196.84 0.72 0.53
Hex 32 AD DD 4D 16 0 D C5 48 35
Octal 62 255 335 115 26 0 15 305 110 65
Binary 110010 10101101 11011101 1001101 10110 0 1101 11000101 1001000 110101

Color Harmonies of #32ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ADDD

Black with #32ADDD

Text Example


Text Example

White with #32ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32ADDD; }

 p { color: rgb(50,173,221); }

 H1.HeaderClassName
 {
   color: #32ADDD;
 }
 .AnyTagClassName
 {
   color: #32ADDD;
 }
</style>

background-color css

<style>
 a { background-color: #32ADDD; }

 a { background-color: rgb(50,173,221); }

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

border-color css

<style>
 span { border-color: #32ADDD; }

 span { border-color: rgb(50,173,221); }

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