Shades of Summer Sky #32CFEF
Tints of Summer Sky #32CFEF
RGB
CMYK
RGB Variations
Color information
#32CFEF (or 0x32CFEF) is known color: Summer Sky. HEX triplet: 32, CF and EF. RGB value is (50,207,239). Sum of RGB (Red+Green+Blue) = 50+207+239=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #32CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CFEF is #CD3010. Grayscale: #A3A3A3. Windows color (decimal): -13447185 or 15716146. OLE color: 15716146.
HSL color Cylindrical-coordinate representation of color #32CFEF: hue angle of 190.16º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CFEF is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 207 | 239 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.06 |
| HSL | 190.16º | 0.86% | 0.57% | - |
| HSV(B) | 190.16º | 0.79% | 0.94% | - |
| XYZ | 39.21 | 51.54 | 89.54 | - |
| YUV | 163.71 | 170.49 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 239 | 0.79 | 0.13 | 0 | 0.06 | 190.16 | 0.86 | 0.57 |
| Hex | 32 | CF | EF | 4F | D | 0 | 6 | BE | 56 | 39 |
| Octal | 62 | 317 | 357 | 117 | 15 | 0 | 6 | 276 | 126 | 71 |
| Binary | 110010 | 11001111 | 11101111 | 1001111 | 1101 | 0 | 110 | 10111110 | 1010110 | 111001 |
Color Harmonies of #32CFEF
Complementary color
Monochromatic Colors of #32CFEF
Black with #32CFEF
Text Example
Text Example
White with #32CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFEF; }
p { color: rgb(50,207,239); }
H1.HeaderClassName
{
color: #32CFEF;
}
.AnyTagClassName
{
color: #32CFEF;
}
</style>
background-color css
<style>
a { background-color: #32CFEF; }
a { background-color: rgb(50,207,239); }
div.DivClassName
{
background-color: #32CFEF;
}
.BgClassName
{
background-color: #32CFEF;
}
</style>
border-color css
<style>
span { border-color: #32CFEF; }
span { border-color: rgb(50,207,239); }
td.TdClassName
{
border-color: #32CFEF;
}
.TagClassName
{
border-color: #32CFEF;
}
</style>