Shades of Columbia Blue #B2DEFC
Tints of Columbia Blue #B2DEFC
RGB
CMYK
RGB Variations
Color information
#B2DEFC (or 0xB2DEFC) is known color: Columbia Blue. HEX triplet: B2, DE and FC. RGB value is (178,222,252). Sum of RGB (Red+Green+Blue) = 178+222+252=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEFC is #4D2103. Grayscale: #D4D4D4. Windows color (decimal): -5054724 or 16572082. OLE color: 16572082.
HSL color Cylindrical-coordinate representation of color #B2DEFC: hue angle of 204.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2DEFC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 222 | 252 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.01 |
| HSL | 204.32º | 0.93% | 0.84% | - |
| HSV(B) | 204.32º | 0.29% | 0.99% | - |
| XYZ | 62.05 | 68.74 | 102.09 | - |
| YUV | 212.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 252 | 0.29 | 0.12 | 0 | 0.01 | 204.32 | 0.93 | 0.84 |
| Hex | B2 | DE | FC | 1D | C | 0 | 1 | CC | 5C | 54 |
| Octal | 262 | 336 | 374 | 35 | 14 | 0 | 1 | 314 | 134 | 124 |
| Binary | 10110010 | 11011110 | 11111100 | 11101 | 1100 | 0 | 1 | 11001100 | 1011100 | 1010100 |
Color Harmonies of #B2DEFC
Complementary color
Monochromatic Colors of #B2DEFC
Black with #B2DEFC
Text Example
Text Example
White with #B2DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DEFC; }
p { color: rgb(178,222,252); }
H1.HeaderClassName
{
color: #B2DEFC;
}
.AnyTagClassName
{
color: #B2DEFC;
}
</style>
background-color css
<style>
a { background-color: #B2DEFC; }
a { background-color: rgb(178,222,252); }
div.DivClassName
{
background-color: #B2DEFC;
}
.BgClassName
{
background-color: #B2DEFC;
}
</style>
border-color css
<style>
span { border-color: #B2DEFC; }
span { border-color: rgb(178,222,252); }
td.TdClassName
{
border-color: #B2DEFC;
}
.TagClassName
{
border-color: #B2DEFC;
}
</style>