Shades of Columbia Blue #9CDFFF
Tints of Columbia Blue #9CDFFF
RGB
CMYK
RGB Variations
Color information
#9CDFFF (or 0x9CDFFF) is known color: Columbia Blue. HEX triplet: 9C, DF and FF. RGB value is (156,223,255). Sum of RGB (Red+Green+Blue) = 156+223+255=634 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.61% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDFFF is #632000. Grayscale: #CECECE. Windows color (decimal): -6496257 or 16768924. OLE color: 16768924.
HSL color Cylindrical-coordinate representation of color #9CDFFF: hue angle of 199.39º 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 #9CDFFF is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 223 | 255 | - |
| CMYK | 0.39 | 0.13 | 0 | 0 |
| HSL | 199.39º | 1% | 0.81% | - |
| HSV(B) | 199.39º | 0.39% | 1% | - |
| XYZ | 58.15 | 67.06 | 104.49 | - |
| YUV | 206.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 255 | 0.39 | 0.13 | 0 | 0 | 199.39 | 1 | 0.81 |
| Hex | 9C | DF | FF | 27 | D | 0 | 0 | C7 | 64 | 51 |
| Octal | 234 | 337 | 377 | 47 | 15 | 0 | 0 | 307 | 144 | 121 |
| Binary | 10011100 | 11011111 | 11111111 | 100111 | 1101 | 0 | 0 | 11000111 | 1100100 | 1010001 |
Color Harmonies of #9CDFFF
Complementary color
Monochromatic Colors of #9CDFFF
Black with #9CDFFF
Text Example
Text Example
White with #9CDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFFF; }
p { color: rgb(156,223,255); }
H1.HeaderClassName
{
color: #9CDFFF;
}
.AnyTagClassName
{
color: #9CDFFF;
}
</style>
background-color css
<style>
a { background-color: #9CDFFF; }
a { background-color: rgb(156,223,255); }
div.DivClassName
{
background-color: #9CDFFF;
}
.BgClassName
{
background-color: #9CDFFF;
}
</style>
border-color css
<style>
span { border-color: #9CDFFF; }
span { border-color: rgb(156,223,255); }
td.TdClassName
{
border-color: #9CDFFF;
}
.TagClassName
{
border-color: #9CDFFF;
}
</style>