Html Css Color HEX #32ADDA Summer Sky

📋 copy color: '#32ADDA'

red 50 ◦ green 173 ◦ blue 218

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

Shades of Summer Sky #32ADDA

Tints of Summer Sky #32ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 11.34%
G = 39.23%
B = 49.43%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#32ADDA (or 0x32ADDA) is known color: Summer Sky. HEX triplet: 32, AD and DA. RGB value is (50,173,218). Sum of RGB (Red+Green+Blue) = 50+173+218=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #32ADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADDA is #CD5225. Grayscale: #8D8D8D. Windows color (decimal): -13455910 or 14331186. OLE color: 14331186.

HSL color Cylindrical-coordinate representation of color #32ADDA: hue angle of 196.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32ADDA is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 173 218 -
CMYK 0.77 0.21 0 0.15
HSL 196.07º 0.69% 0.53% -
HSV(B) 196.07º 0.77% 0.85% -
XYZ 28.91 35.63 71.68 -
YUV 141.35 171.25 62.84 -
System Red Green Blue C M Y K H S L
Decimal 50 173 218 0.77 0.21 0 0.15 196.07 0.69 0.53
Hex 32 AD DA 4D 15 0 F C4 45 35
Octal 62 255 332 115 25 0 17 304 105 65
Binary 110010 10101101 11011010 1001101 10101 0 1111 11000100 1000101 110101

Color Harmonies of #32ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ADDA

Black with #32ADDA

Text Example


Text Example

White with #32ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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