Shades of Columbia Blue #9CDBFF
Tints of Columbia Blue #9CDBFF
RGB
CMYK
RGB Variations
Color information
#9CDBFF (or 0x9CDBFF) is known color: Columbia Blue. HEX triplet: 9C, DB and FF. RGB value is (156,219,255). Sum of RGB (Red+Green+Blue) = 156+219+255=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBFF is #632400. Grayscale: #CCCCCC. Windows color (decimal): -6497281 or 16767900. OLE color: 16767900.
HSL color Cylindrical-coordinate representation of color #9CDBFF: hue angle of 201.82º 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 #9CDBFF is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 219 | 255 | - |
| CMYK | 0.39 | 0.14 | 0 | 0 |
| HSL | 201.82º | 1% | 0.81% | - |
| HSV(B) | 201.82º | 0.39% | 1% | - |
| XYZ | 57.09 | 64.95 | 104.14 | - |
| YUV | 204.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 255 | 0.39 | 0.14 | 0 | 0 | 201.82 | 1 | 0.81 |
| Hex | 9C | DB | FF | 27 | E | 0 | 0 | CA | 64 | 51 |
| Octal | 234 | 333 | 377 | 47 | 16 | 0 | 0 | 312 | 144 | 121 |
| Binary | 10011100 | 11011011 | 11111111 | 100111 | 1110 | 0 | 0 | 11001010 | 1100100 | 1010001 |
Color Harmonies of #9CDBFF
Complementary color
Monochromatic Colors of #9CDBFF
Black with #9CDBFF
Text Example
Text Example
White with #9CDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBFF; }
p { color: rgb(156,219,255); }
H1.HeaderClassName
{
color: #9CDBFF;
}
.AnyTagClassName
{
color: #9CDBFF;
}
</style>
background-color css
<style>
a { background-color: #9CDBFF; }
a { background-color: rgb(156,219,255); }
div.DivClassName
{
background-color: #9CDBFF;
}
.BgClassName
{
background-color: #9CDBFF;
}
</style>
border-color css
<style>
span { border-color: #9CDBFF; }
span { border-color: rgb(156,219,255); }
td.TdClassName
{
border-color: #9CDBFF;
}
.TagClassName
{
border-color: #9CDBFF;
}
</style>