Shades of Summer Sky #32CBFA
Tints of Summer Sky #32CBFA
RGB
CMYK
RGB Variations
Color information
#32CBFA (or 0x32CBFA) is known color: Summer Sky. HEX triplet: 32, CB and FA. RGB value is (50,203,250). Sum of RGB (Red+Green+Blue) = 50+203+250=503 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.94% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #32CBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CBFA is #CD3405. Grayscale: #A2A2A2. Windows color (decimal): -13448198 or 16436018. OLE color: 16436018.
HSL color Cylindrical-coordinate representation of color #32CBFA: hue angle of 194.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CBFA is Cyan = 0.8, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 203 | 250 | - |
| CMYK | 0.8 | 0.19 | 0 | 0.02 |
| HSL | 194.1º | 0.95% | 0.59% | - |
| HSV(B) | 194.1º | 0.8% | 0.98% | - |
| XYZ | 39.93 | 50.29 | 98.05 | - |
| YUV | 162.61 | 177.31 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 250 | 0.8 | 0.19 | 0 | 0.02 | 194.1 | 0.95 | 0.59 |
| Hex | 32 | CB | FA | 50 | 13 | 0 | 2 | C2 | 5F | 3B |
| Octal | 62 | 313 | 372 | 120 | 23 | 0 | 2 | 302 | 137 | 73 |
| Binary | 110010 | 11001011 | 11111010 | 1010000 | 10011 | 0 | 10 | 11000010 | 1011111 | 111011 |
Color Harmonies of #32CBFA
Complementary color
Monochromatic Colors of #32CBFA
Black with #32CBFA
Text Example
Text Example
White with #32CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBFA; }
p { color: rgb(50,203,250); }
H1.HeaderClassName
{
color: #32CBFA;
}
.AnyTagClassName
{
color: #32CBFA;
}
</style>
background-color css
<style>
a { background-color: #32CBFA; }
a { background-color: rgb(50,203,250); }
div.DivClassName
{
background-color: #32CBFA;
}
.BgClassName
{
background-color: #32CBFA;
}
</style>
border-color css
<style>
span { border-color: #32CBFA; }
span { border-color: rgb(50,203,250); }
td.TdClassName
{
border-color: #32CBFA;
}
.TagClassName
{
border-color: #32CBFA;
}
</style>