Shades of Cornflower #94CAE8
Tints of Cornflower #94CAE8
RGB
CMYK
RGB Variations
Color information
#94CAE8 (or 0x94CAE8) is known color: Cornflower. HEX triplet: 94, CA and E8. RGB value is (148,202,232). Sum of RGB (Red+Green+Blue) = 148+202+232=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #94CAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CAE8 is #6B3517. Grayscale: #BDBDBD. Windows color (decimal): -7025944 or 15256212. OLE color: 15256212.
HSL color Cylindrical-coordinate representation of color #94CAE8: hue angle of 201.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94CAE8 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 202 | 232 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.09 |
| HSL | 201.43º | 0.65% | 0.75% | - |
| HSV(B) | 201.43º | 0.36% | 0.91% | - |
| XYZ | 47.9 | 54.36 | 84.31 | - |
| YUV | 189.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 232 | 0.36 | 0.13 | 0 | 0.09 | 201.43 | 0.65 | 0.75 |
| Hex | 94 | CA | E8 | 24 | D | 0 | 9 | C9 | 41 | 4B |
| Octal | 224 | 312 | 350 | 44 | 15 | 0 | 11 | 311 | 101 | 113 |
| Binary | 10010100 | 11001010 | 11101000 | 100100 | 1101 | 0 | 1001 | 11001001 | 1000001 | 1001011 |
Color Harmonies of #94CAE8
Complementary color
Monochromatic Colors of #94CAE8
Black with #94CAE8
Text Example
Text Example
White with #94CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CAE8; }
p { color: rgb(148,202,232); }
H1.HeaderClassName
{
color: #94CAE8;
}
.AnyTagClassName
{
color: #94CAE8;
}
</style>
background-color css
<style>
a { background-color: #94CAE8; }
a { background-color: rgb(148,202,232); }
div.DivClassName
{
background-color: #94CAE8;
}
.BgClassName
{
background-color: #94CAE8;
}
</style>
border-color css
<style>
span { border-color: #94CAE8; }
span { border-color: rgb(148,202,232); }
td.TdClassName
{
border-color: #94CAE8;
}
.TagClassName
{
border-color: #94CAE8;
}
</style>