Shades of Summer Sky #32CBDF
Tints of Summer Sky #32CBDF
RGB
CMYK
RGB Variations
Color information
#32CBDF (or 0x32CBDF) is known color: Summer Sky. HEX triplet: 32, CB and DF. RGB value is (50,203,223). Sum of RGB (Red+Green+Blue) = 50+203+223=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #32CBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBDF is #CD3420. Grayscale: #9F9F9F. Windows color (decimal): -13448225 or 14666546. OLE color: 14666546.
HSL color Cylindrical-coordinate representation of color #32CBDF: hue angle of 186.94º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32CBDF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 203 | 223 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.13 |
| HSL | 186.94º | 0.73% | 0.54% | - |
| HSV(B) | 186.94º | 0.78% | 0.87% | - |
| XYZ | 35.99 | 48.72 | 77.32 | - |
| YUV | 159.53 | 163.81 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 223 | 0.78 | 0.09 | 0 | 0.13 | 186.94 | 0.73 | 0.54 |
| Hex | 32 | CB | DF | 4E | 9 | 0 | D | BB | 49 | 36 |
| Octal | 62 | 313 | 337 | 116 | 11 | 0 | 15 | 273 | 111 | 66 |
| Binary | 110010 | 11001011 | 11011111 | 1001110 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110110 |
Color Harmonies of #32CBDF
Complementary color
Monochromatic Colors of #32CBDF
Black with #32CBDF
Text Example
Text Example
White with #32CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBDF; }
p { color: rgb(50,203,223); }
H1.HeaderClassName
{
color: #32CBDF;
}
.AnyTagClassName
{
color: #32CBDF;
}
</style>
background-color css
<style>
a { background-color: #32CBDF; }
a { background-color: rgb(50,203,223); }
div.DivClassName
{
background-color: #32CBDF;
}
.BgClassName
{
background-color: #32CBDF;
}
</style>
border-color css
<style>
span { border-color: #32CBDF; }
span { border-color: rgb(50,203,223); }
td.TdClassName
{
border-color: #32CBDF;
}
.TagClassName
{
border-color: #32CBDF;
}
</style>