Html Css Color HEX #98BEFF Pale Cornflower Blue
📋 copy color: '#98BEFF'red 152 ◦ green 190 ◦ blue 255
Shades of Pale Cornflower Blue #98BEFF
Tints of Pale Cornflower Blue #98BEFF
RGB
CMYK
RGB Variations
Color information
#98BEFF (or 0x98BEFF) is known color: Pale Cornflower Blue. HEX triplet: 98, BE and FF. RGB value is (152,190,255). Sum of RGB (Red+Green+Blue) = 152+190+255=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #98BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BEFF is #674100. Grayscale: #B9B9B9. Windows color (decimal): -6766849 or 16760472. OLE color: 16760472.
HSL color Cylindrical-coordinate representation of color #98BEFF: hue angle of 217.86º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BEFF is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 190 | 255 | - |
| CMYK | 0.40 | 0.25 | 0 | 0 |
| HSL | 217.86º | 1% | 0.8% | - |
| HSV(B) | 217.86º | 0.4% | 1% | - |
| XYZ | 49.41 | 50.72 | 101.79 | - |
| YUV | 186.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 255 | 0.40 | 0.25 | 0 | 0 | 217.86 | 1 | 0.8 |
| Hex | 98 | BE | FF | 28 | 19 | 0 | 0 | DA | 64 | 50 |
| Octal | 230 | 276 | 377 | 50 | 31 | 0 | 0 | 332 | 144 | 120 |
| Binary | 10011000 | 10111110 | 11111111 | 101000 | 11001 | 0 | 0 | 11011010 | 1100100 | 1010000 |
Color Harmonies of #98BEFF
Complementary color
Monochromatic Colors of #98BEFF
Black with #98BEFF
Text Example
Text Example
White with #98BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BEFF; }
p { color: rgb(152,190,255); }
H1.HeaderClassName
{
color: #98BEFF;
}
.AnyTagClassName
{
color: #98BEFF;
}
</style>
background-color css
<style>
a { background-color: #98BEFF; }
a { background-color: rgb(152,190,255); }
div.DivClassName
{
background-color: #98BEFF;
}
.BgClassName
{
background-color: #98BEFF;
}
</style>
border-color css
<style>
span { border-color: #98BEFF; }
span { border-color: rgb(152,190,255); }
td.TdClassName
{
border-color: #98BEFF;
}
.TagClassName
{
border-color: #98BEFF;
}
</style>