Shades of Cornflower #94CDE7
Tints of Cornflower #94CDE7
RGB
CMYK
RGB Variations
Color information
#94CDE7 (or 0x94CDE7) is known color: Cornflower. HEX triplet: 94, CD and E7. RGB value is (148,205,231). Sum of RGB (Red+Green+Blue) = 148+205+231=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #94CDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CDE7 is #6B3218. Grayscale: #BEBEBE. Windows color (decimal): -7025177 or 15191444. OLE color: 15191444.
HSL color Cylindrical-coordinate representation of color #94CDE7: hue angle of 198.8º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94CDE7 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 205 | 231 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.09 |
| HSL | 198.8º | 0.63% | 0.74% | - |
| HSV(B) | 198.8º | 0.36% | 0.91% | - |
| XYZ | 48.47 | 55.73 | 83.8 | - |
| YUV | 190.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 231 | 0.36 | 0.11 | 0 | 0.09 | 198.8 | 0.63 | 0.74 |
| Hex | 94 | CD | E7 | 24 | B | 0 | 9 | C7 | 3F | 4A |
| Octal | 224 | 315 | 347 | 44 | 13 | 0 | 11 | 307 | 77 | 112 |
| Binary | 10010100 | 11001101 | 11100111 | 100100 | 1011 | 0 | 1001 | 11000111 | 111111 | 1001010 |
Color Harmonies of #94CDE7
Complementary color
Monochromatic Colors of #94CDE7
Black with #94CDE7
Text Example
Text Example
White with #94CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDE7; }
p { color: rgb(148,205,231); }
H1.HeaderClassName
{
color: #94CDE7;
}
.AnyTagClassName
{
color: #94CDE7;
}
</style>
background-color css
<style>
a { background-color: #94CDE7; }
a { background-color: rgb(148,205,231); }
div.DivClassName
{
background-color: #94CDE7;
}
.BgClassName
{
background-color: #94CDE7;
}
</style>
border-color css
<style>
span { border-color: #94CDE7; }
span { border-color: rgb(148,205,231); }
td.TdClassName
{
border-color: #94CDE7;
}
.TagClassName
{
border-color: #94CDE7;
}
</style>