Shades of Columbia Blue #AFE2FA
Tints of Columbia Blue #AFE2FA
RGB
CMYK
RGB Variations
Color information
#AFE2FA (or 0xAFE2FA) is known color: Columbia Blue. HEX triplet: AF, E2 and FA. RGB value is (175,226,250). Sum of RGB (Red+Green+Blue) = 175+226+250=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2FA is #501D05. Grayscale: #D5D5D5. Windows color (decimal): -5250310 or 16442031. OLE color: 16442031.
HSL color Cylindrical-coordinate representation of color #AFE2FA: hue angle of 199.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE2FA is Cyan = 0.3, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 226 | 250 | - |
| CMYK | 0.3 | 0.10 | 0 | 0.02 |
| HSL | 199.2º | 0.88% | 0.83% | - |
| HSV(B) | 199.2º | 0.3% | 0.98% | - |
| XYZ | 62.13 | 70.41 | 100.76 | - |
| YUV | 213.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 250 | 0.3 | 0.10 | 0 | 0.02 | 199.2 | 0.88 | 0.83 |
| Hex | AF | E2 | FA | 1E | A | 0 | 2 | C7 | 58 | 53 |
| Octal | 257 | 342 | 372 | 36 | 12 | 0 | 2 | 307 | 130 | 123 |
| Binary | 10101111 | 11100010 | 11111010 | 11110 | 1010 | 0 | 10 | 11000111 | 1011000 | 1010011 |
Color Harmonies of #AFE2FA
Complementary color
Monochromatic Colors of #AFE2FA
Black with #AFE2FA
Text Example
Text Example
White with #AFE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2FA; }
p { color: rgb(175,226,250); }
H1.HeaderClassName
{
color: #AFE2FA;
}
.AnyTagClassName
{
color: #AFE2FA;
}
</style>
background-color css
<style>
a { background-color: #AFE2FA; }
a { background-color: rgb(175,226,250); }
div.DivClassName
{
background-color: #AFE2FA;
}
.BgClassName
{
background-color: #AFE2FA;
}
</style>
border-color css
<style>
span { border-color: #AFE2FA; }
span { border-color: rgb(175,226,250); }
td.TdClassName
{
border-color: #AFE2FA;
}
.TagClassName
{
border-color: #AFE2FA;
}
</style>