Shades of Summer Sky #32CAFE
Tints of Summer Sky #32CAFE
RGB
CMYK
RGB Variations
Color information
#32CAFE (or 0x32CAFE) is known color: Summer Sky. HEX triplet: 32, CA and FE. RGB value is (50,202,254). Sum of RGB (Red+Green+Blue) = 50+202+254=506 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.88% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #32CAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CAFE is #CD3501. Grayscale: #A2A2A2. Windows color (decimal): -13448450 or 16697906. OLE color: 16697906.
HSL color Cylindrical-coordinate representation of color #32CAFE: hue angle of 195.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CAFE is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 202 | 254 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.00 |
| HSL | 195.29º | 0.99% | 0.6% | - |
| HSV(B) | 195.29º | 0.8% | 1% | - |
| XYZ | 40.33 | 50.07 | 101.31 | - |
| YUV | 162.48 | 179.64 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 254 | 0.80 | 0.20 | 0 | 0.00 | 195.29 | 0.99 | 0.6 |
| Hex | 32 | CA | FE | 50 | 14 | 0 | 0 | C3 | 63 | 3C |
| Octal | 62 | 312 | 376 | 120 | 24 | 0 | 0 | 303 | 143 | 74 |
| Binary | 110010 | 11001010 | 11111110 | 1010000 | 10100 | 0 | 0 | 11000011 | 1100011 | 111100 |
Color Harmonies of #32CAFE
Complementary color
Monochromatic Colors of #32CAFE
Black with #32CAFE
Text Example
Text Example
White with #32CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CAFE; }
p { color: rgb(50,202,254); }
H1.HeaderClassName
{
color: #32CAFE;
}
.AnyTagClassName
{
color: #32CAFE;
}
</style>
background-color css
<style>
a { background-color: #32CAFE; }
a { background-color: rgb(50,202,254); }
div.DivClassName
{
background-color: #32CAFE;
}
.BgClassName
{
background-color: #32CAFE;
}
</style>
border-color css
<style>
span { border-color: #32CAFE; }
span { border-color: rgb(50,202,254); }
td.TdClassName
{
border-color: #32CAFE;
}
.TagClassName
{
border-color: #32CAFE;
}
</style>