Html Css Color HEX #9BCBFE Pale Cornflower Blue
📋 copy color: '#9BCBFE'red 155 ◦ green 203 ◦ blue 254
Shades of Pale Cornflower Blue #9BCBFE
Tints of Pale Cornflower Blue #9BCBFE
RGB
CMYK
RGB Variations
Color information
#9BCBFE (or 0x9BCBFE) is known color: Pale Cornflower Blue. HEX triplet: 9B, CB and FE. RGB value is (155,203,254). Sum of RGB (Red+Green+Blue) = 155+203+254=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCBFE is #643401. Grayscale: #C2C2C2. Windows color (decimal): -6566914 or 16698267. OLE color: 16698267.
HSL color Cylindrical-coordinate representation of color #9BCBFE: hue angle of 210.91º 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 #9BCBFE is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 203 | 254 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.00 |
| HSL | 210.91º | 0.98% | 0.8% | - |
| HSV(B) | 210.91º | 0.39% | 1% | - |
| XYZ | 52.76 | 56.84 | 101.96 | - |
| YUV | 194.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 254 | 0.39 | 0.20 | 0 | 0.00 | 210.91 | 0.98 | 0.8 |
| Hex | 9B | CB | FE | 27 | 14 | 0 | 0 | D3 | 62 | 50 |
| Octal | 233 | 313 | 376 | 47 | 24 | 0 | 0 | 323 | 142 | 120 |
| Binary | 10011011 | 11001011 | 11111110 | 100111 | 10100 | 0 | 0 | 11010011 | 1100010 | 1010000 |
Color Harmonies of #9BCBFE
Complementary color
Monochromatic Colors of #9BCBFE
Black with #9BCBFE
Text Example
Text Example
White with #9BCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBFE; }
p { color: rgb(155,203,254); }
H1.HeaderClassName
{
color: #9BCBFE;
}
.AnyTagClassName
{
color: #9BCBFE;
}
</style>
background-color css
<style>
a { background-color: #9BCBFE; }
a { background-color: rgb(155,203,254); }
div.DivClassName
{
background-color: #9BCBFE;
}
.BgClassName
{
background-color: #9BCBFE;
}
</style>
border-color css
<style>
span { border-color: #9BCBFE; }
span { border-color: rgb(155,203,254); }
td.TdClassName
{
border-color: #9BCBFE;
}
.TagClassName
{
border-color: #9BCBFE;
}
</style>