Shades of Cornflower #94CDEF
Tints of Cornflower #94CDEF
RGB
CMYK
RGB Variations
Color information
#94CDEF (or 0x94CDEF) is known color: Cornflower. HEX triplet: 94, CD and EF. RGB value is (148,205,239). Sum of RGB (Red+Green+Blue) = 148+205+239=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #94CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CDEF is #6B3210. Grayscale: #BFBFBF. Windows color (decimal): -7025169 or 15715732. OLE color: 15715732.
HSL color Cylindrical-coordinate representation of color #94CDEF: hue angle of 202.42º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94CDEF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 205 | 239 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.06 |
| HSL | 202.42º | 0.74% | 0.76% | - |
| HSV(B) | 202.42º | 0.38% | 0.94% | - |
| XYZ | 49.62 | 56.19 | 89.89 | - |
| YUV | 191.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 239 | 0.38 | 0.14 | 0 | 0.06 | 202.42 | 0.74 | 0.76 |
| Hex | 94 | CD | EF | 26 | E | 0 | 6 | CA | 4A | 4C |
| Octal | 224 | 315 | 357 | 46 | 16 | 0 | 6 | 312 | 112 | 114 |
| Binary | 10010100 | 11001101 | 11101111 | 100110 | 1110 | 0 | 110 | 11001010 | 1001010 | 1001100 |
Color Harmonies of #94CDEF
Complementary color
Monochromatic Colors of #94CDEF
Black with #94CDEF
Text Example
Text Example
White with #94CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDEF; }
p { color: rgb(148,205,239); }
H1.HeaderClassName
{
color: #94CDEF;
}
.AnyTagClassName
{
color: #94CDEF;
}
</style>
background-color css
<style>
a { background-color: #94CDEF; }
a { background-color: rgb(148,205,239); }
div.DivClassName
{
background-color: #94CDEF;
}
.BgClassName
{
background-color: #94CDEF;
}
</style>
border-color css
<style>
span { border-color: #94CDEF; }
span { border-color: rgb(148,205,239); }
td.TdClassName
{
border-color: #94CDEF;
}
.TagClassName
{
border-color: #94CDEF;
}
</style>