Html Css Color HEX #9CCCFF Pale Cornflower Blue
📋 copy color: '#9CCCFF'red 156 ◦ green 204 ◦ blue 255
Shades of Pale Cornflower Blue #9CCCFF
Tints of Pale Cornflower Blue #9CCCFF
RGB
CMYK
RGB Variations
Color information
#9CCCFF (or 0x9CCCFF) is known color: Pale Cornflower Blue. HEX triplet: 9C, CC and FF. RGB value is (156,204,255). Sum of RGB (Red+Green+Blue) = 156+204+255=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCFF is #633300. Grayscale: #C3C3C3. Windows color (decimal): -6501121 or 16764060. OLE color: 16764060.
HSL color Cylindrical-coordinate representation of color #9CCCFF: hue angle of 210.91º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCCFF is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 204 | 255 | - |
| CMYK | 0.39 | 0.2 | 0 | 0 |
| HSL | 210.91º | 1% | 0.81% | - |
| HSV(B) | 210.91º | 0.39% | 1% | - |
| XYZ | 53.35 | 57.47 | 102.89 | - |
| YUV | 195.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 255 | 0.39 | 0.2 | 0 | 0 | 210.91 | 1 | 0.81 |
| Hex | 9C | CC | FF | 27 | 14 | 0 | 0 | D3 | 64 | 51 |
| Octal | 234 | 314 | 377 | 47 | 24 | 0 | 0 | 323 | 144 | 121 |
| Binary | 10011100 | 11001100 | 11111111 | 100111 | 10100 | 0 | 0 | 11010011 | 1100100 | 1010001 |
Color Harmonies of #9CCCFF
Complementary color
Monochromatic Colors of #9CCCFF
Black with #9CCCFF
Text Example
Text Example
White with #9CCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCFF; }
p { color: rgb(156,204,255); }
H1.HeaderClassName
{
color: #9CCCFF;
}
.AnyTagClassName
{
color: #9CCCFF;
}
</style>
background-color css
<style>
a { background-color: #9CCCFF; }
a { background-color: rgb(156,204,255); }
div.DivClassName
{
background-color: #9CCCFF;
}
.BgClassName
{
background-color: #9CCCFF;
}
</style>
border-color css
<style>
span { border-color: #9CCCFF; }
span { border-color: rgb(156,204,255); }
td.TdClassName
{
border-color: #9CCCFF;
}
.TagClassName
{
border-color: #9CCCFF;
}
</style>