Shades of Columbia Blue #AFE2FF
Tints of Columbia Blue #AFE2FF
RGB
CMYK
RGB Variations
Color information
#AFE2FF (or 0xAFE2FF) is known color: Columbia Blue. HEX triplet: AF, E2 and FF. RGB value is (175,226,255). Sum of RGB (Red+Green+Blue) = 175+226+255=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2FF is #501D00. Grayscale: #D5D5D5. Windows color (decimal): -5250305 or 16769711. OLE color: 16769711.
HSL color Cylindrical-coordinate representation of color #AFE2FF: hue angle of 201.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE2FF is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 226 | 255 | - |
| CMYK | 0.31 | 0.11 | 0 | 0 |
| HSL | 201.75º | 1% | 0.84% | - |
| HSV(B) | 201.75º | 0.31% | 1% | - |
| XYZ | 62.93 | 70.73 | 104.94 | - |
| YUV | 214.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 255 | 0.31 | 0.11 | 0 | 0 | 201.75 | 1 | 0.84 |
| Hex | AF | E2 | FF | 1F | B | 0 | 0 | CA | 64 | 54 |
| Octal | 257 | 342 | 377 | 37 | 13 | 0 | 0 | 312 | 144 | 124 |
| Binary | 10101111 | 11100010 | 11111111 | 11111 | 1011 | 0 | 0 | 11001010 | 1100100 | 1010100 |
Color Harmonies of #AFE2FF
Complementary color
Monochromatic Colors of #AFE2FF
Black with #AFE2FF
Text Example
Text Example
White with #AFE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2FF; }
p { color: rgb(175,226,255); }
H1.HeaderClassName
{
color: #AFE2FF;
}
.AnyTagClassName
{
color: #AFE2FF;
}
</style>
background-color css
<style>
a { background-color: #AFE2FF; }
a { background-color: rgb(175,226,255); }
div.DivClassName
{
background-color: #AFE2FF;
}
.BgClassName
{
background-color: #AFE2FF;
}
</style>
border-color css
<style>
span { border-color: #AFE2FF; }
span { border-color: rgb(175,226,255); }
td.TdClassName
{
border-color: #AFE2FF;
}
.TagClassName
{
border-color: #AFE2FF;
}
</style>