Shades of Summer Sky #32BFDB
Tints of Summer Sky #32BFDB
RGB
CMYK
RGB Variations
Color information
#32BFDB (or 0x32BFDB) is known color: Summer Sky. HEX triplet: 32, BF and DB. RGB value is (50,191,219). Sum of RGB (Red+Green+Blue) = 50+191+219=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #32BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFDB is #CD4024. Grayscale: #979797. Windows color (decimal): -13451301 or 14401330. OLE color: 14401330.
HSL color Cylindrical-coordinate representation of color #32BFDB: hue angle of 189.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BFDB is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 191 | 219 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.14 |
| HSL | 189.94º | 0.7% | 0.53% | - |
| HSV(B) | 189.94º | 0.77% | 0.86% | - |
| XYZ | 32.73 | 43.05 | 73.6 | - |
| YUV | 152.03 | 165.79 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 219 | 0.77 | 0.13 | 0 | 0.14 | 189.94 | 0.7 | 0.53 |
| Hex | 32 | BF | DB | 4D | D | 0 | E | BE | 46 | 35 |
| Octal | 62 | 277 | 333 | 115 | 15 | 0 | 16 | 276 | 106 | 65 |
| Binary | 110010 | 10111111 | 11011011 | 1001101 | 1101 | 0 | 1110 | 10111110 | 1000110 | 110101 |
Color Harmonies of #32BFDB
Complementary color
Monochromatic Colors of #32BFDB
Black with #32BFDB
Text Example
Text Example
White with #32BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFDB; }
p { color: rgb(50,191,219); }
H1.HeaderClassName
{
color: #32BFDB;
}
.AnyTagClassName
{
color: #32BFDB;
}
</style>
background-color css
<style>
a { background-color: #32BFDB; }
a { background-color: rgb(50,191,219); }
div.DivClassName
{
background-color: #32BFDB;
}
.BgClassName
{
background-color: #32BFDB;
}
</style>
border-color css
<style>
span { border-color: #32BFDB; }
span { border-color: rgb(50,191,219); }
td.TdClassName
{
border-color: #32BFDB;
}
.TagClassName
{
border-color: #32BFDB;
}
</style>