Shades of Cornflower #88C2ED
Tints of Cornflower #88C2ED
RGB
CMYK
RGB Variations
Color information
#88C2ED (or 0x88C2ED) is known color: Cornflower. HEX triplet: 88, C2 and ED. RGB value is (136,194,237). Sum of RGB (Red+Green+Blue) = 136+194+237=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #88C2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C2ED is #773D12. Grayscale: #B5B5B5. Windows color (decimal): -7814419 or 15581832. OLE color: 15581832.
HSL color Cylindrical-coordinate representation of color #88C2ED: hue angle of 205.54º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88C2ED is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 194 | 237 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.07 |
| HSL | 205.54º | 0.74% | 0.73% | - |
| HSV(B) | 205.54º | 0.43% | 0.93% | - |
| XYZ | 44.73 | 49.93 | 87.4 | - |
| YUV | 181.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 237 | 0.43 | 0.18 | 0 | 0.07 | 205.54 | 0.74 | 0.73 |
| Hex | 88 | C2 | ED | 2B | 12 | 0 | 7 | CE | 4A | 49 |
| Octal | 210 | 302 | 355 | 53 | 22 | 0 | 7 | 316 | 112 | 111 |
| Binary | 10001000 | 11000010 | 11101101 | 101011 | 10010 | 0 | 111 | 11001110 | 1001010 | 1001001 |
Color Harmonies of #88C2ED
Complementary color
Monochromatic Colors of #88C2ED
Black with #88C2ED
Text Example
Text Example
White with #88C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2ED; }
p { color: rgb(136,194,237); }
H1.HeaderClassName
{
color: #88C2ED;
}
.AnyTagClassName
{
color: #88C2ED;
}
</style>
background-color css
<style>
a { background-color: #88C2ED; }
a { background-color: rgb(136,194,237); }
div.DivClassName
{
background-color: #88C2ED;
}
.BgClassName
{
background-color: #88C2ED;
}
</style>
border-color css
<style>
span { border-color: #88C2ED; }
span { border-color: rgb(136,194,237); }
td.TdClassName
{
border-color: #88C2ED;
}
.TagClassName
{
border-color: #88C2ED;
}
</style>