Shades of Columbia Blue #B2DEFD
Tints of Columbia Blue #B2DEFD
RGB
CMYK
RGB Variations
Color information
#B2DEFD (or 0xB2DEFD) is known color: Columbia Blue. HEX triplet: B2, DE and FD. RGB value is (178,222,253). Sum of RGB (Red+Green+Blue) = 178+222+253=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEFD is #4D2102. Grayscale: #D4D4D4. Windows color (decimal): -5054723 or 16637618. OLE color: 16637618.
HSL color Cylindrical-coordinate representation of color #B2DEFD: hue angle of 204.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2DEFD is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 222 | 253 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.01 |
| HSL | 204.8º | 0.95% | 0.85% | - |
| HSV(B) | 204.8º | 0.3% | 0.99% | - |
| XYZ | 62.21 | 68.8 | 102.93 | - |
| YUV | 212.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 253 | 0.30 | 0.12 | 0 | 0.01 | 204.8 | 0.95 | 0.85 |
| Hex | B2 | DE | FD | 1E | C | 0 | 1 | CD | 5F | 55 |
| Octal | 262 | 336 | 375 | 36 | 14 | 0 | 1 | 315 | 137 | 125 |
| Binary | 10110010 | 11011110 | 11111101 | 11110 | 1100 | 0 | 1 | 11001101 | 1011111 | 1010101 |
Color Harmonies of #B2DEFD
Complementary color
Monochromatic Colors of #B2DEFD
Black with #B2DEFD
Text Example
Text Example
White with #B2DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DEFD; }
p { color: rgb(178,222,253); }
H1.HeaderClassName
{
color: #B2DEFD;
}
.AnyTagClassName
{
color: #B2DEFD;
}
</style>
background-color css
<style>
a { background-color: #B2DEFD; }
a { background-color: rgb(178,222,253); }
div.DivClassName
{
background-color: #B2DEFD;
}
.BgClassName
{
background-color: #B2DEFD;
}
</style>
border-color css
<style>
span { border-color: #B2DEFD; }
span { border-color: rgb(178,222,253); }
td.TdClassName
{
border-color: #B2DEFD;
}
.TagClassName
{
border-color: #B2DEFD;
}
</style>