Html Css Color HEX #9BC8FE Pale Cornflower Blue
📋 copy color: '#9BC8FE'red 155 ◦ green 200 ◦ blue 254
Shades of Pale Cornflower Blue #9BC8FE
Tints of Pale Cornflower Blue #9BC8FE
RGB
CMYK
RGB Variations
Color information
#9BC8FE (or 0x9BC8FE) is known color: Pale Cornflower Blue. HEX triplet: 9B, C8 and FE. RGB value is (155,200,254). Sum of RGB (Red+Green+Blue) = 155+200+254=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC8FE is #643701. Grayscale: #C0C0C0. Windows color (decimal): -6567682 or 16697499. OLE color: 16697499.
HSL color Cylindrical-coordinate representation of color #9BC8FE: hue angle of 212.73º 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 #9BC8FE is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 200 | 254 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.00 |
| HSL | 212.73º | 0.98% | 0.8% | - |
| HSV(B) | 212.73º | 0.39% | 1% | - |
| XYZ | 52.06 | 55.43 | 101.72 | - |
| YUV | 192.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 254 | 0.39 | 0.21 | 0 | 0.00 | 212.73 | 0.98 | 0.8 |
| Hex | 9B | C8 | FE | 27 | 15 | 0 | 0 | D5 | 62 | 50 |
| Octal | 233 | 310 | 376 | 47 | 25 | 0 | 0 | 325 | 142 | 120 |
| Binary | 10011011 | 11001000 | 11111110 | 100111 | 10101 | 0 | 0 | 11010101 | 1100010 | 1010000 |
Color Harmonies of #9BC8FE
Complementary color
Monochromatic Colors of #9BC8FE
Black with #9BC8FE
Text Example
Text Example
White with #9BC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC8FE; }
p { color: rgb(155,200,254); }
H1.HeaderClassName
{
color: #9BC8FE;
}
.AnyTagClassName
{
color: #9BC8FE;
}
</style>
background-color css
<style>
a { background-color: #9BC8FE; }
a { background-color: rgb(155,200,254); }
div.DivClassName
{
background-color: #9BC8FE;
}
.BgClassName
{
background-color: #9BC8FE;
}
</style>
border-color css
<style>
span { border-color: #9BC8FE; }
span { border-color: rgb(155,200,254); }
td.TdClassName
{
border-color: #9BC8FE;
}
.TagClassName
{
border-color: #9BC8FE;
}
</style>