Shades of Summer Sky #32BFFA
Tints of Summer Sky #32BFFA
RGB
CMYK
RGB Variations
Color information
#32BFFA (or 0x32BFFA) is known color: Summer Sky. HEX triplet: 32, BF and FA. RGB value is (50,191,250). Sum of RGB (Red+Green+Blue) = 50+191+250=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #32BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BFFA is #CD4005. Grayscale: #9B9B9B. Windows color (decimal): -13451270 or 16432946. OLE color: 16432946.
HSL color Cylindrical-coordinate representation of color #32BFFA: hue angle of 197.7º 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 #32BFFA is Cyan = 0.8, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 191 | 250 | - |
| CMYK | 0.8 | 0.24 | 0 | 0.02 |
| HSL | 197.7º | 0.95% | 0.59% | - |
| HSV(B) | 197.7º | 0.8% | 0.98% | - |
| XYZ | 37.2 | 44.84 | 97.14 | - |
| YUV | 155.57 | 181.29 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 250 | 0.8 | 0.24 | 0 | 0.02 | 197.7 | 0.95 | 0.59 |
| Hex | 32 | BF | FA | 50 | 18 | 0 | 2 | C6 | 5F | 3B |
| Octal | 62 | 277 | 372 | 120 | 30 | 0 | 2 | 306 | 137 | 73 |
| Binary | 110010 | 10111111 | 11111010 | 1010000 | 11000 | 0 | 10 | 11000110 | 1011111 | 111011 |
Color Harmonies of #32BFFA
Complementary color
Monochromatic Colors of #32BFFA
Black with #32BFFA
Text Example
Text Example
White with #32BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFFA; }
p { color: rgb(50,191,250); }
H1.HeaderClassName
{
color: #32BFFA;
}
.AnyTagClassName
{
color: #32BFFA;
}
</style>
background-color css
<style>
a { background-color: #32BFFA; }
a { background-color: rgb(50,191,250); }
div.DivClassName
{
background-color: #32BFFA;
}
.BgClassName
{
background-color: #32BFFA;
}
</style>
border-color css
<style>
span { border-color: #32BFFA; }
span { border-color: rgb(50,191,250); }
td.TdClassName
{
border-color: #32BFFA;
}
.TagClassName
{
border-color: #32BFFA;
}
</style>