Shades of Columbia Blue #B0DFF9
Tints of Columbia Blue #B0DFF9
RGB
CMYK
RGB Variations
Color information
#B0DFF9 (or 0xB0DFF9) is known color: Columbia Blue. HEX triplet: B0, DF and F9. RGB value is (176,223,249). Sum of RGB (Red+Green+Blue) = 176+223+249=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0DFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFF9 is #4F2006. Grayscale: #D3D3D3. Windows color (decimal): -5185543 or 16375728. OLE color: 16375728.
HSL color Cylindrical-coordinate representation of color #B0DFF9: hue angle of 201.37º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DFF9 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 223 | 249 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.02 |
| HSL | 201.37º | 0.86% | 0.83% | - |
| HSV(B) | 201.37º | 0.29% | 0.98% | - |
| XYZ | 61.39 | 68.85 | 99.68 | - |
| YUV | 211.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 249 | 0.29 | 0.10 | 0 | 0.02 | 201.37 | 0.86 | 0.83 |
| Hex | B0 | DF | F9 | 1D | A | 0 | 2 | C9 | 56 | 53 |
| Octal | 260 | 337 | 371 | 35 | 12 | 0 | 2 | 311 | 126 | 123 |
| Binary | 10110000 | 11011111 | 11111001 | 11101 | 1010 | 0 | 10 | 11001001 | 1010110 | 1010011 |
Color Harmonies of #B0DFF9
Complementary color
Monochromatic Colors of #B0DFF9
Black with #B0DFF9
Text Example
Text Example
White with #B0DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFF9; }
p { color: rgb(176,223,249); }
H1.HeaderClassName
{
color: #B0DFF9;
}
.AnyTagClassName
{
color: #B0DFF9;
}
</style>
background-color css
<style>
a { background-color: #B0DFF9; }
a { background-color: rgb(176,223,249); }
div.DivClassName
{
background-color: #B0DFF9;
}
.BgClassName
{
background-color: #B0DFF9;
}
</style>
border-color css
<style>
span { border-color: #B0DFF9; }
span { border-color: rgb(176,223,249); }
td.TdClassName
{
border-color: #B0DFF9;
}
.TagClassName
{
border-color: #B0DFF9;
}
</style>