Shades of Summer Sky #32CAFC
Tints of Summer Sky #32CAFC
RGB
CMYK
RGB Variations
Color information
#32CAFC (or 0x32CAFC) is known color: Summer Sky. HEX triplet: 32, CA and FC. RGB value is (50,202,252). Sum of RGB (Red+Green+Blue) = 50+202+252=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #32CAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CAFC is #CD3503. Grayscale: #A1A1A1. Windows color (decimal): -13448452 or 16566834. OLE color: 16566834.
HSL color Cylindrical-coordinate representation of color #32CAFC: hue angle of 194.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CAFC is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 202 | 252 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.01 |
| HSL | 194.85º | 0.97% | 0.59% | - |
| HSV(B) | 194.85º | 0.8% | 0.99% | - |
| XYZ | 40.01 | 49.95 | 99.63 | - |
| YUV | 162.25 | 178.64 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 252 | 0.80 | 0.20 | 0 | 0.01 | 194.85 | 0.97 | 0.59 |
| Hex | 32 | CA | FC | 50 | 14 | 0 | 1 | C3 | 61 | 3B |
| Octal | 62 | 312 | 374 | 120 | 24 | 0 | 1 | 303 | 141 | 73 |
| Binary | 110010 | 11001010 | 11111100 | 1010000 | 10100 | 0 | 1 | 11000011 | 1100001 | 111011 |
Color Harmonies of #32CAFC
Complementary color
Monochromatic Colors of #32CAFC
Black with #32CAFC
Text Example
Text Example
White with #32CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAFC; }
p { color: rgb(50,202,252); }
H1.HeaderClassName
{
color: #32CAFC;
}
.AnyTagClassName
{
color: #32CAFC;
}
</style>
background-color css
<style>
a { background-color: #32CAFC; }
a { background-color: rgb(50,202,252); }
div.DivClassName
{
background-color: #32CAFC;
}
.BgClassName
{
background-color: #32CAFC;
}
</style>
border-color css
<style>
span { border-color: #32CAFC; }
span { border-color: rgb(50,202,252); }
td.TdClassName
{
border-color: #32CAFC;
}
.TagClassName
{
border-color: #32CAFC;
}
</style>