Shades of Summer Sky #32BFFF
Tints of Summer Sky #32BFFF
RGB
CMYK
RGB Variations
Color information
#32BFFF (or 0x32BFFF) is known color: Summer Sky. HEX triplet: 32, BF and FF. RGB value is (50,191,255). Sum of RGB (Red+Green+Blue) = 50+191+255=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #32BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BFFF is #CD4000. Grayscale: #9B9B9B. Windows color (decimal): -13451265 or 16760626. OLE color: 16760626.
HSL color Cylindrical-coordinate representation of color #32BFFF: hue angle of 198.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BFFF is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 191 | 255 | - |
| CMYK | 0.80 | 0.25 | 0 | 0 |
| HSL | 198.73º | 1% | 0.6% | - |
| HSV(B) | 198.73º | 0.8% | 1% | - |
| XYZ | 38 | 45.16 | 101.32 | - |
| YUV | 156.14 | 183.79 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 255 | 0.80 | 0.25 | 0 | 0 | 198.73 | 1 | 0.6 |
| Hex | 32 | BF | FF | 50 | 19 | 0 | 0 | C7 | 64 | 3C |
| Octal | 62 | 277 | 377 | 120 | 31 | 0 | 0 | 307 | 144 | 74 |
| Binary | 110010 | 10111111 | 11111111 | 1010000 | 11001 | 0 | 0 | 11000111 | 1100100 | 111100 |
Color Harmonies of #32BFFF
Complementary color
Monochromatic Colors of #32BFFF
Black with #32BFFF
Text Example
Text Example
White with #32BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFFF; }
p { color: rgb(50,191,255); }
H1.HeaderClassName
{
color: #32BFFF;
}
.AnyTagClassName
{
color: #32BFFF;
}
</style>
background-color css
<style>
a { background-color: #32BFFF; }
a { background-color: rgb(50,191,255); }
div.DivClassName
{
background-color: #32BFFF;
}
.BgClassName
{
background-color: #32BFFF;
}
</style>
border-color css
<style>
span { border-color: #32BFFF; }
span { border-color: rgb(50,191,255); }
td.TdClassName
{
border-color: #32BFFF;
}
.TagClassName
{
border-color: #32BFFF;
}
</style>