Shades of Summer Sky #32CBF2
Tints of Summer Sky #32CBF2
RGB
CMYK
RGB Variations
Color information
#32CBF2 (or 0x32CBF2) is known color: Summer Sky. HEX triplet: 32, CB and F2. RGB value is (50,203,242). Sum of RGB (Red+Green+Blue) = 50+203+242=495 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.10% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #32CBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CBF2 is #CD340D. Grayscale: #A1A1A1. Windows color (decimal): -13448206 or 15911730. OLE color: 15911730.
HSL color Cylindrical-coordinate representation of color #32CBF2: hue angle of 192.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CBF2 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 203 | 242 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.05 |
| HSL | 192.19º | 0.88% | 0.57% | - |
| HSV(B) | 192.19º | 0.79% | 0.95% | - |
| XYZ | 38.7 | 49.8 | 91.58 | - |
| YUV | 161.7 | 173.31 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 242 | 0.79 | 0.16 | 0 | 0.05 | 192.19 | 0.88 | 0.57 |
| Hex | 32 | CB | F2 | 4F | 10 | 0 | 5 | C0 | 58 | 39 |
| Octal | 62 | 313 | 362 | 117 | 20 | 0 | 5 | 300 | 130 | 71 |
| Binary | 110010 | 11001011 | 11110010 | 1001111 | 10000 | 0 | 101 | 11000000 | 1011000 | 111001 |
Color Harmonies of #32CBF2
Complementary color
Monochromatic Colors of #32CBF2
Black with #32CBF2
Text Example
Text Example
White with #32CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBF2; }
p { color: rgb(50,203,242); }
H1.HeaderClassName
{
color: #32CBF2;
}
.AnyTagClassName
{
color: #32CBF2;
}
</style>
background-color css
<style>
a { background-color: #32CBF2; }
a { background-color: rgb(50,203,242); }
div.DivClassName
{
background-color: #32CBF2;
}
.BgClassName
{
background-color: #32CBF2;
}
</style>
border-color css
<style>
span { border-color: #32CBF2; }
span { border-color: rgb(50,203,242); }
td.TdClassName
{
border-color: #32CBF2;
}
.TagClassName
{
border-color: #32CBF2;
}
</style>