Html Css Color HEX #9BC6FE Pale Cornflower Blue
📋 copy color: '#9BC6FE'red 155 ◦ green 198 ◦ blue 254
Shades of Pale Cornflower Blue #9BC6FE
Tints of Pale Cornflower Blue #9BC6FE
RGB
CMYK
RGB Variations
Color information
#9BC6FE (or 0x9BC6FE) is known color: Pale Cornflower Blue. HEX triplet: 9B, C6 and FE. RGB value is (155,198,254). Sum of RGB (Red+Green+Blue) = 155+198+254=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BC6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC6FE is #643901. Grayscale: #BFBFBF. Windows color (decimal): -6568194 or 16696987. OLE color: 16696987.
HSL color Cylindrical-coordinate representation of color #9BC6FE: hue angle of 213.94º 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 #9BC6FE is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 198 | 254 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.00 |
| HSL | 213.94º | 0.98% | 0.8% | - |
| HSV(B) | 213.94º | 0.39% | 1% | - |
| XYZ | 51.6 | 54.51 | 101.57 | - |
| YUV | 191.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 254 | 0.39 | 0.22 | 0 | 0.00 | 213.94 | 0.98 | 0.8 |
| Hex | 9B | C6 | FE | 27 | 16 | 0 | 0 | D6 | 62 | 50 |
| Octal | 233 | 306 | 376 | 47 | 26 | 0 | 0 | 326 | 142 | 120 |
| Binary | 10011011 | 11000110 | 11111110 | 100111 | 10110 | 0 | 0 | 11010110 | 1100010 | 1010000 |
Color Harmonies of #9BC6FE
Complementary color
Monochromatic Colors of #9BC6FE
Black with #9BC6FE
Text Example
Text Example
White with #9BC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC6FE; }
p { color: rgb(155,198,254); }
H1.HeaderClassName
{
color: #9BC6FE;
}
.AnyTagClassName
{
color: #9BC6FE;
}
</style>
background-color css
<style>
a { background-color: #9BC6FE; }
a { background-color: rgb(155,198,254); }
div.DivClassName
{
background-color: #9BC6FE;
}
.BgClassName
{
background-color: #9BC6FE;
}
</style>
border-color css
<style>
span { border-color: #9BC6FE; }
span { border-color: rgb(155,198,254); }
td.TdClassName
{
border-color: #9BC6FE;
}
.TagClassName
{
border-color: #9BC6FE;
}
</style>