Html Css Color HEX #9CBEFE Pale Cornflower Blue
📋 copy color: '#9CBEFE'red 156 ◦ green 190 ◦ blue 254
Shades of Pale Cornflower Blue #9CBEFE
Tints of Pale Cornflower Blue #9CBEFE
RGB
CMYK
RGB Variations
Color information
#9CBEFE (or 0x9CBEFE) is known color: Pale Cornflower Blue. HEX triplet: 9C, BE and FE. RGB value is (156,190,254). Sum of RGB (Red+Green+Blue) = 156+190+254=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBEFE is #634101. Grayscale: #BABABA. Windows color (decimal): -6504706 or 16694940. OLE color: 16694940.
HSL color Cylindrical-coordinate representation of color #9CBEFE: hue angle of 219.18º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CBEFE is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 190 | 254 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.00 |
| HSL | 219.18º | 0.98% | 0.8% | - |
| HSV(B) | 219.18º | 0.39% | 1% | - |
| XYZ | 50.01 | 51.05 | 100.98 | - |
| YUV | 187.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 254 | 0.39 | 0.25 | 0 | 0.00 | 219.18 | 0.98 | 0.8 |
| Hex | 9C | BE | FE | 27 | 19 | 0 | 0 | DB | 62 | 50 |
| Octal | 234 | 276 | 376 | 47 | 31 | 0 | 0 | 333 | 142 | 120 |
| Binary | 10011100 | 10111110 | 11111110 | 100111 | 11001 | 0 | 0 | 11011011 | 1100010 | 1010000 |
Color Harmonies of #9CBEFE
Complementary color
Monochromatic Colors of #9CBEFE
Black with #9CBEFE
Text Example
Text Example
White with #9CBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBEFE; }
p { color: rgb(156,190,254); }
H1.HeaderClassName
{
color: #9CBEFE;
}
.AnyTagClassName
{
color: #9CBEFE;
}
</style>
background-color css
<style>
a { background-color: #9CBEFE; }
a { background-color: rgb(156,190,254); }
div.DivClassName
{
background-color: #9CBEFE;
}
.BgClassName
{
background-color: #9CBEFE;
}
</style>
border-color css
<style>
span { border-color: #9CBEFE; }
span { border-color: rgb(156,190,254); }
td.TdClassName
{
border-color: #9CBEFE;
}
.TagClassName
{
border-color: #9CBEFE;
}
</style>