Html Css Color HEX #9BC9FF Pale Cornflower Blue
📋 copy color: '#9BC9FF'red 155 ◦ green 201 ◦ blue 255
Shades of Pale Cornflower Blue #9BC9FF
Tints of Pale Cornflower Blue #9BC9FF
RGB
CMYK
RGB Variations
Color information
#9BC9FF (or 0x9BC9FF) is known color: Pale Cornflower Blue. HEX triplet: 9B, C9 and FF. RGB value is (155,201,255). Sum of RGB (Red+Green+Blue) = 155+201+255=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC9FF is #643600. Grayscale: #C1C1C1. Windows color (decimal): -6567425 or 16763291. OLE color: 16763291.
HSL color Cylindrical-coordinate representation of color #9BC9FF: hue angle of 212.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC9FF is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 201 | 255 | - |
| CMYK | 0.39 | 0.21 | 0 | 0 |
| HSL | 212.4º | 1% | 0.8% | - |
| HSV(B) | 212.4º | 0.39% | 1% | - |
| XYZ | 52.45 | 55.96 | 102.64 | - |
| YUV | 193.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 255 | 0.39 | 0.21 | 0 | 0 | 212.4 | 1 | 0.8 |
| Hex | 9B | C9 | FF | 27 | 15 | 0 | 0 | D4 | 64 | 50 |
| Octal | 233 | 311 | 377 | 47 | 25 | 0 | 0 | 324 | 144 | 120 |
| Binary | 10011011 | 11001001 | 11111111 | 100111 | 10101 | 0 | 0 | 11010100 | 1100100 | 1010000 |
Color Harmonies of #9BC9FF
Complementary color
Monochromatic Colors of #9BC9FF
Black with #9BC9FF
Text Example
Text Example
White with #9BC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9FF; }
p { color: rgb(155,201,255); }
H1.HeaderClassName
{
color: #9BC9FF;
}
.AnyTagClassName
{
color: #9BC9FF;
}
</style>
background-color css
<style>
a { background-color: #9BC9FF; }
a { background-color: rgb(155,201,255); }
div.DivClassName
{
background-color: #9BC9FF;
}
.BgClassName
{
background-color: #9BC9FF;
}
</style>
border-color css
<style>
span { border-color: #9BC9FF; }
span { border-color: rgb(155,201,255); }
td.TdClassName
{
border-color: #9BC9FF;
}
.TagClassName
{
border-color: #9BC9FF;
}
</style>