Html Css Color HEX #9CCBFF Pale Cornflower Blue
📋 copy color: '#9CCBFF'red 156 ◦ green 203 ◦ blue 255
Shades of Pale Cornflower Blue #9CCBFF
Tints of Pale Cornflower Blue #9CCBFF
RGB
CMYK
RGB Variations
Color information
#9CCBFF (or 0x9CCBFF) is known color: Pale Cornflower Blue. HEX triplet: 9C, CB and FF. RGB value is (156,203,255). Sum of RGB (Red+Green+Blue) = 156+203+255=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCBFF is #633400. Grayscale: #C2C2C2. Windows color (decimal): -6501377 or 16763804. OLE color: 16763804.
HSL color Cylindrical-coordinate representation of color #9CCBFF: hue angle of 211.52º 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 #9CCBFF is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 203 | 255 | - |
| CMYK | 0.39 | 0.20 | 0 | 0 |
| HSL | 211.52º | 1% | 0.81% | - |
| HSV(B) | 211.52º | 0.39% | 1% | - |
| XYZ | 53.12 | 57 | 102.81 | - |
| YUV | 194.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 255 | 0.39 | 0.20 | 0 | 0 | 211.52 | 1 | 0.81 |
| Hex | 9C | CB | FF | 27 | 14 | 0 | 0 | D4 | 64 | 51 |
| Octal | 234 | 313 | 377 | 47 | 24 | 0 | 0 | 324 | 144 | 121 |
| Binary | 10011100 | 11001011 | 11111111 | 100111 | 10100 | 0 | 0 | 11010100 | 1100100 | 1010001 |
Color Harmonies of #9CCBFF
Complementary color
Monochromatic Colors of #9CCBFF
Black with #9CCBFF
Text Example
Text Example
White with #9CCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBFF; }
p { color: rgb(156,203,255); }
H1.HeaderClassName
{
color: #9CCBFF;
}
.AnyTagClassName
{
color: #9CCBFF;
}
</style>
background-color css
<style>
a { background-color: #9CCBFF; }
a { background-color: rgb(156,203,255); }
div.DivClassName
{
background-color: #9CCBFF;
}
.BgClassName
{
background-color: #9CCBFF;
}
</style>
border-color css
<style>
span { border-color: #9CCBFF; }
span { border-color: rgb(156,203,255); }
td.TdClassName
{
border-color: #9CCBFF;
}
.TagClassName
{
border-color: #9CCBFF;
}
</style>