Html Css Color HEX #9BC4F9 Pale Cornflower Blue
📋 copy color: '#9BC4F9'red 155 ◦ green 196 ◦ blue 249
Shades of Pale Cornflower Blue #9BC4F9
Tints of Pale Cornflower Blue #9BC4F9
RGB
CMYK
RGB Variations
Color information
#9BC4F9 (or 0x9BC4F9) is known color: Pale Cornflower Blue. HEX triplet: 9B, C4 and F9. RGB value is (155,196,249). Sum of RGB (Red+Green+Blue) = 155+196+249=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BC4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC4F9 is #643B06. Grayscale: #BDBDBD. Windows color (decimal): -6568711 or 16368795. OLE color: 16368795.
HSL color Cylindrical-coordinate representation of color #9BC4F9: hue angle of 213.83º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BC4F9 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 196 | 249 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.02 |
| HSL | 213.83º | 0.89% | 0.79% | - |
| HSV(B) | 213.83º | 0.38% | 0.98% | - |
| XYZ | 50.36 | 53.29 | 97.25 | - |
| YUV | 189.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 249 | 0.38 | 0.21 | 0 | 0.02 | 213.83 | 0.89 | 0.79 |
| Hex | 9B | C4 | F9 | 26 | 15 | 0 | 2 | D6 | 59 | 4F |
| Octal | 233 | 304 | 371 | 46 | 25 | 0 | 2 | 326 | 131 | 117 |
| Binary | 10011011 | 11000100 | 11111001 | 100110 | 10101 | 0 | 10 | 11010110 | 1011001 | 1001111 |
Color Harmonies of #9BC4F9
Complementary color
Monochromatic Colors of #9BC4F9
Black with #9BC4F9
Text Example
Text Example
White with #9BC4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC4F9; }
p { color: rgb(155,196,249); }
H1.HeaderClassName
{
color: #9BC4F9;
}
.AnyTagClassName
{
color: #9BC4F9;
}
</style>
background-color css
<style>
a { background-color: #9BC4F9; }
a { background-color: rgb(155,196,249); }
div.DivClassName
{
background-color: #9BC4F9;
}
.BgClassName
{
background-color: #9BC4F9;
}
</style>
border-color css
<style>
span { border-color: #9BC4F9; }
span { border-color: rgb(155,196,249); }
td.TdClassName
{
border-color: #9BC4F9;
}
.TagClassName
{
border-color: #9BC4F9;
}
</style>