Html Css Color HEX #32AEDB Summer Sky

📋 copy color: '#32AEDB'

red 50 ◦ green 174 ◦ blue 219

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

Shades of Summer Sky #32AEDB

Tints of Summer Sky #32AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.28%

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 11.29%
G = 39.28%
B = 49.44%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#32AEDB (or 0x32AEDB) is known color: Summer Sky. HEX triplet: 32, AE and DB. RGB value is (50,174,219). Sum of RGB (Red+Green+Blue) = 50+174+219=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #32AEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEDB is #CD5124. Grayscale: #8D8D8D. Windows color (decimal): -13455653 or 14396978. OLE color: 14396978.

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

Color convert

RGB 50 174 219 -
CMYK 0.77 0.21 0 0.14
HSL 195.98º 0.7% 0.53% -
HSV(B) 195.98º 0.77% 0.86% -
XYZ 29.24 36.06 72.44 -
YUV 142.05 171.42 62.34 -
System Red Green Blue C M Y K H S L
Decimal 50 174 219 0.77 0.21 0 0.14 195.98 0.7 0.53
Hex 32 AE DB 4D 15 0 E C4 46 35
Octal 62 256 333 115 25 0 16 304 106 65
Binary 110010 10101110 11011011 1001101 10101 0 1110 11000100 1000110 110101

Color Harmonies of #32AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AEDB

Black with #32AEDB

Text Example


Text Example

White with #32AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,174,219); }

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

background-color css

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

 a { background-color: rgb(50,174,219); }

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

border-color css

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

 span { border-color: rgb(50,174,219); }

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