Shades of Columbia Blue #AFE2FB
Tints of Columbia Blue #AFE2FB
RGB
CMYK
RGB Variations
Color information
#AFE2FB (or 0xAFE2FB) is known color: Columbia Blue. HEX triplet: AF, E2 and FB. RGB value is (175,226,251). Sum of RGB (Red+Green+Blue) = 175+226+251=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFE2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2FB is #501D04. Grayscale: #D5D5D5. Windows color (decimal): -5250309 or 16507567. OLE color: 16507567.
HSL color Cylindrical-coordinate representation of color #AFE2FB: hue angle of 199.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE2FB is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 226 | 251 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.02 |
| HSL | 199.74º | 0.9% | 0.84% | - |
| HSV(B) | 199.74º | 0.3% | 0.98% | - |
| XYZ | 62.29 | 70.47 | 101.59 | - |
| YUV | 213.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 251 | 0.30 | 0.10 | 0 | 0.02 | 199.74 | 0.9 | 0.84 |
| Hex | AF | E2 | FB | 1E | A | 0 | 2 | C8 | 5A | 54 |
| Octal | 257 | 342 | 373 | 36 | 12 | 0 | 2 | 310 | 132 | 124 |
| Binary | 10101111 | 11100010 | 11111011 | 11110 | 1010 | 0 | 10 | 11001000 | 1011010 | 1010100 |
Color Harmonies of #AFE2FB
Complementary color
Monochromatic Colors of #AFE2FB
Black with #AFE2FB
Text Example
Text Example
White with #AFE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2FB; }
p { color: rgb(175,226,251); }
H1.HeaderClassName
{
color: #AFE2FB;
}
.AnyTagClassName
{
color: #AFE2FB;
}
</style>
background-color css
<style>
a { background-color: #AFE2FB; }
a { background-color: rgb(175,226,251); }
div.DivClassName
{
background-color: #AFE2FB;
}
.BgClassName
{
background-color: #AFE2FB;
}
</style>
border-color css
<style>
span { border-color: #AFE2FB; }
span { border-color: rgb(175,226,251); }
td.TdClassName
{
border-color: #AFE2FB;
}
.TagClassName
{
border-color: #AFE2FB;
}
</style>