Html Css Color HEX #9CCCFD Pale Cornflower Blue
📋 copy color: '#9CCCFD'red 156 ◦ green 204 ◦ blue 253
Shades of Pale Cornflower Blue #9CCCFD
Tints of Pale Cornflower Blue #9CCCFD
RGB
CMYK
RGB Variations
Color information
#9CCCFD (or 0x9CCCFD) is known color: Pale Cornflower Blue. HEX triplet: 9C, CC and FD. RGB value is (156,204,253). Sum of RGB (Red+Green+Blue) = 156+204+253=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CCCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCFD is #633302. Grayscale: #C2C2C2. Windows color (decimal): -6501123 or 16632988. OLE color: 16632988.
HSL color Cylindrical-coordinate representation of color #9CCCFD: hue angle of 210.31º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCCFD is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 204 | 253 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.01 |
| HSL | 210.31º | 0.96% | 0.8% | - |
| HSV(B) | 210.31º | 0.38% | 0.99% | - |
| XYZ | 53.03 | 57.35 | 101.2 | - |
| YUV | 195.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 253 | 0.38 | 0.19 | 0 | 0.01 | 210.31 | 0.96 | 0.8 |
| Hex | 9C | CC | FD | 26 | 13 | 0 | 1 | D2 | 60 | 50 |
| Octal | 234 | 314 | 375 | 46 | 23 | 0 | 1 | 322 | 140 | 120 |
| Binary | 10011100 | 11001100 | 11111101 | 100110 | 10011 | 0 | 1 | 11010010 | 1100000 | 1010000 |
Color Harmonies of #9CCCFD
Complementary color
Monochromatic Colors of #9CCCFD
Black with #9CCCFD
Text Example
Text Example
White with #9CCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCFD; }
p { color: rgb(156,204,253); }
H1.HeaderClassName
{
color: #9CCCFD;
}
.AnyTagClassName
{
color: #9CCCFD;
}
</style>
background-color css
<style>
a { background-color: #9CCCFD; }
a { background-color: rgb(156,204,253); }
div.DivClassName
{
background-color: #9CCCFD;
}
.BgClassName
{
background-color: #9CCCFD;
}
</style>
border-color css
<style>
span { border-color: #9CCCFD; }
span { border-color: rgb(156,204,253); }
td.TdClassName
{
border-color: #9CCCFD;
}
.TagClassName
{
border-color: #9CCCFD;
}
</style>