Shades of Summer Sky #32BFEF
Tints of Summer Sky #32BFEF
RGB
CMYK
RGB Variations
Color information
#32BFEF (or 0x32BFEF) is known color: Summer Sky. HEX triplet: 32, BF and EF. RGB value is (50,191,239). Sum of RGB (Red+Green+Blue) = 50+191+239=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #32BFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BFEF is #CD4010. Grayscale: #999999. Windows color (decimal): -13451281 or 15712050. OLE color: 15712050.
HSL color Cylindrical-coordinate representation of color #32BFEF: hue angle of 195.24º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BFEF is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 191 | 239 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.06 |
| HSL | 195.24º | 0.86% | 0.57% | - |
| HSV(B) | 195.24º | 0.79% | 0.94% | - |
| XYZ | 35.53 | 44.17 | 88.31 | - |
| YUV | 154.31 | 175.79 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 239 | 0.79 | 0.20 | 0 | 0.06 | 195.24 | 0.86 | 0.57 |
| Hex | 32 | BF | EF | 4F | 14 | 0 | 6 | C3 | 56 | 39 |
| Octal | 62 | 277 | 357 | 117 | 24 | 0 | 6 | 303 | 126 | 71 |
| Binary | 110010 | 10111111 | 11101111 | 1001111 | 10100 | 0 | 110 | 11000011 | 1010110 | 111001 |
Color Harmonies of #32BFEF
Complementary color
Monochromatic Colors of #32BFEF
Black with #32BFEF
Text Example
Text Example
White with #32BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFEF; }
p { color: rgb(50,191,239); }
H1.HeaderClassName
{
color: #32BFEF;
}
.AnyTagClassName
{
color: #32BFEF;
}
</style>
background-color css
<style>
a { background-color: #32BFEF; }
a { background-color: rgb(50,191,239); }
div.DivClassName
{
background-color: #32BFEF;
}
.BgClassName
{
background-color: #32BFEF;
}
</style>
border-color css
<style>
span { border-color: #32BFEF; }
span { border-color: rgb(50,191,239); }
td.TdClassName
{
border-color: #32BFEF;
}
.TagClassName
{
border-color: #32BFEF;
}
</style>