Html Css Color HEX #9CC7F8 Pale Cornflower Blue
📋 copy color: '#9CC7F8'red 156 ◦ green 199 ◦ blue 248
Shades of Pale Cornflower Blue #9CC7F8
Tints of Pale Cornflower Blue #9CC7F8
RGB
CMYK
RGB Variations
Color information
#9CC7F8 (or 0x9CC7F8) is known color: Pale Cornflower Blue. HEX triplet: 9C, C7 and F8. RGB value is (156,199,248). Sum of RGB (Red+Green+Blue) = 156+199+248=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #9CC7F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC7F8 is #633807. Grayscale: #BFBFBF. Windows color (decimal): -6502408 or 16304028. OLE color: 16304028.
HSL color Cylindrical-coordinate representation of color #9CC7F8: hue angle of 211.96º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CC7F8 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 199 | 248 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.03 |
| HSL | 211.96º | 0.87% | 0.79% | - |
| HSV(B) | 211.96º | 0.37% | 0.97% | - |
| XYZ | 51.08 | 54.69 | 96.67 | - |
| YUV | 191.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 199 | 248 | 0.37 | 0.20 | 0 | 0.03 | 211.96 | 0.87 | 0.79 |
| Hex | 9C | C7 | F8 | 25 | 14 | 0 | 3 | D4 | 57 | 4F |
| Octal | 234 | 307 | 370 | 45 | 24 | 0 | 3 | 324 | 127 | 117 |
| Binary | 10011100 | 11000111 | 11111000 | 100101 | 10100 | 0 | 11 | 11010100 | 1010111 | 1001111 |
Color Harmonies of #9CC7F8
Complementary color
Monochromatic Colors of #9CC7F8
Black with #9CC7F8
Text Example
Text Example
White with #9CC7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC7F8; }
p { color: rgb(156,199,248); }
H1.HeaderClassName
{
color: #9CC7F8;
}
.AnyTagClassName
{
color: #9CC7F8;
}
</style>
background-color css
<style>
a { background-color: #9CC7F8; }
a { background-color: rgb(156,199,248); }
div.DivClassName
{
background-color: #9CC7F8;
}
.BgClassName
{
background-color: #9CC7F8;
}
</style>
border-color css
<style>
span { border-color: #9CC7F8; }
span { border-color: rgb(156,199,248); }
td.TdClassName
{
border-color: #9CC7F8;
}
.TagClassName
{
border-color: #9CC7F8;
}
</style>