Shades of Cornflower #94BFF3
Tints of Cornflower #94BFF3
RGB
CMYK
RGB Variations
Color information
#94BFF3 (or 0x94BFF3) is known color: Cornflower. HEX triplet: 94, BF and F3. RGB value is (148,191,243). Sum of RGB (Red+Green+Blue) = 148+191+243=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #94BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFF3 is #6B400C. Grayscale: #B7B7B7. Windows color (decimal): -7028749 or 15974292. OLE color: 15974292.
HSL color Cylindrical-coordinate representation of color #94BFF3: hue angle of 212.84º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94BFF3 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 191 | 243 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.05 |
| HSL | 212.84º | 0.8% | 0.77% | - |
| HSV(B) | 212.84º | 0.39% | 0.95% | - |
| XYZ | 47.02 | 50.03 | 91.97 | - |
| YUV | 184.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 243 | 0.39 | 0.21 | 0 | 0.05 | 212.84 | 0.8 | 0.77 |
| Hex | 94 | BF | F3 | 27 | 15 | 0 | 5 | D5 | 50 | 4D |
| Octal | 224 | 277 | 363 | 47 | 25 | 0 | 5 | 325 | 120 | 115 |
| Binary | 10010100 | 10111111 | 11110011 | 100111 | 10101 | 0 | 101 | 11010101 | 1010000 | 1001101 |
Color Harmonies of #94BFF3
Complementary color
Monochromatic Colors of #94BFF3
Black with #94BFF3
Text Example
Text Example
White with #94BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFF3; }
p { color: rgb(148,191,243); }
H1.HeaderClassName
{
color: #94BFF3;
}
.AnyTagClassName
{
color: #94BFF3;
}
</style>
background-color css
<style>
a { background-color: #94BFF3; }
a { background-color: rgb(148,191,243); }
div.DivClassName
{
background-color: #94BFF3;
}
.BgClassName
{
background-color: #94BFF3;
}
</style>
border-color css
<style>
span { border-color: #94BFF3; }
span { border-color: rgb(148,191,243); }
td.TdClassName
{
border-color: #94BFF3;
}
.TagClassName
{
border-color: #94BFF3;
}
</style>