Shades of Columbia Blue #AFE3FA
Tints of Columbia Blue #AFE3FA
RGB
CMYK
RGB Variations
Color information
#AFE3FA (or 0xAFE3FA) is known color: Columbia Blue. HEX triplet: AF, E3 and FA. RGB value is (175,227,250). Sum of RGB (Red+Green+Blue) = 175+227+250=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3FA is #501C05. Grayscale: #D5D5D5. Windows color (decimal): -5250054 or 16442287. OLE color: 16442287.
HSL color Cylindrical-coordinate representation of color #AFE3FA: hue angle of 198.4º 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 #AFE3FA is Cyan = 0.3, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 227 | 250 | - |
| CMYK | 0.3 | 0.09 | 0 | 0.02 |
| HSL | 198.4º | 0.88% | 0.83% | - |
| HSV(B) | 198.4º | 0.3% | 0.98% | - |
| XYZ | 62.4 | 70.95 | 100.85 | - |
| YUV | 214.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 250 | 0.3 | 0.09 | 0 | 0.02 | 198.4 | 0.88 | 0.83 |
| Hex | AF | E3 | FA | 1E | 9 | 0 | 2 | C6 | 58 | 53 |
| Octal | 257 | 343 | 372 | 36 | 11 | 0 | 2 | 306 | 130 | 123 |
| Binary | 10101111 | 11100011 | 11111010 | 11110 | 1001 | 0 | 10 | 11000110 | 1011000 | 1010011 |
Color Harmonies of #AFE3FA
Complementary color
Monochromatic Colors of #AFE3FA
Black with #AFE3FA
Text Example
Text Example
White with #AFE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3FA; }
p { color: rgb(175,227,250); }
H1.HeaderClassName
{
color: #AFE3FA;
}
.AnyTagClassName
{
color: #AFE3FA;
}
</style>
background-color css
<style>
a { background-color: #AFE3FA; }
a { background-color: rgb(175,227,250); }
div.DivClassName
{
background-color: #AFE3FA;
}
.BgClassName
{
background-color: #AFE3FA;
}
</style>
border-color css
<style>
span { border-color: #AFE3FA; }
span { border-color: rgb(175,227,250); }
td.TdClassName
{
border-color: #AFE3FA;
}
.TagClassName
{
border-color: #AFE3FA;
}
</style>