Shades of Cornflower #88BFE8
Tints of Cornflower #88BFE8
RGB
CMYK
RGB Variations
Color information
#88BFE8 (or 0x88BFE8) is known color: Cornflower. HEX triplet: 88, BF and E8. RGB value is (136,191,232). Sum of RGB (Red+Green+Blue) = 136+191+232=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #88BFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BFE8 is #774017. Grayscale: #B3B3B3. Windows color (decimal): -7815192 or 15253384. OLE color: 15253384.
HSL color Cylindrical-coordinate representation of color #88BFE8: hue angle of 205.62º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88BFE8 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 191 | 232 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.09 |
| HSL | 205.63º | 0.68% | 0.72% | - |
| HSV(B) | 205.63º | 0.41% | 0.91% | - |
| XYZ | 43.35 | 48.32 | 83.39 | - |
| YUV | 179.23 | 157.78 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 232 | 0.41 | 0.18 | 0 | 0.09 | 205.63 | 0.68 | 0.72 |
| Hex | 88 | BF | E8 | 29 | 12 | 0 | 9 | CE | 44 | 48 |
| Octal | 210 | 277 | 350 | 51 | 22 | 0 | 11 | 316 | 104 | 110 |
| Binary | 10001000 | 10111111 | 11101000 | 101001 | 10010 | 0 | 1001 | 11001110 | 1000100 | 1001000 |
Color Harmonies of #88BFE8
Complementary color
Monochromatic Colors of #88BFE8
Black with #88BFE8
Text Example
Text Example
White with #88BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFE8; }
p { color: rgb(136,191,232); }
H1.HeaderClassName
{
color: #88BFE8;
}
.AnyTagClassName
{
color: #88BFE8;
}
</style>
background-color css
<style>
a { background-color: #88BFE8; }
a { background-color: rgb(136,191,232); }
div.DivClassName
{
background-color: #88BFE8;
}
.BgClassName
{
background-color: #88BFE8;
}
</style>
border-color css
<style>
span { border-color: #88BFE8; }
span { border-color: rgb(136,191,232); }
td.TdClassName
{
border-color: #88BFE8;
}
.TagClassName
{
border-color: #88BFE8;
}
</style>