Shades of Columbia Blue #AFE6FF
Tints of Columbia Blue #AFE6FF
RGB
CMYK
RGB Variations
Color information
#AFE6FF (or 0xAFE6FF) is known color: Columbia Blue. HEX triplet: AF, E6 and FF. RGB value is (175,230,255). Sum of RGB (Red+Green+Blue) = 175+230+255=660 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.52% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6FF is #501900. Grayscale: #D8D8D8. Windows color (decimal): -5249281 or 16770735. OLE color: 16770735.
HSL color Cylindrical-coordinate representation of color #AFE6FF: hue angle of 198.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 #AFE6FF is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 230 | 255 | - |
| CMYK | 0.31 | 0.10 | 0 | 0 |
| HSL | 198.75º | 1% | 0.84% | - |
| HSV(B) | 198.75º | 0.31% | 1% | - |
| XYZ | 64.03 | 72.93 | 105.31 | - |
| YUV | 216.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 255 | 0.31 | 0.10 | 0 | 0 | 198.75 | 1 | 0.84 |
| Hex | AF | E6 | FF | 1F | A | 0 | 0 | C7 | 64 | 54 |
| Octal | 257 | 346 | 377 | 37 | 12 | 0 | 0 | 307 | 144 | 124 |
| Binary | 10101111 | 11100110 | 11111111 | 11111 | 1010 | 0 | 0 | 11000111 | 1100100 | 1010100 |
Color Harmonies of #AFE6FF
Complementary color
Monochromatic Colors of #AFE6FF
Black with #AFE6FF
Text Example
Text Example
White with #AFE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6FF; }
p { color: rgb(175,230,255); }
H1.HeaderClassName
{
color: #AFE6FF;
}
.AnyTagClassName
{
color: #AFE6FF;
}
</style>
background-color css
<style>
a { background-color: #AFE6FF; }
a { background-color: rgb(175,230,255); }
div.DivClassName
{
background-color: #AFE6FF;
}
.BgClassName
{
background-color: #AFE6FF;
}
</style>
border-color css
<style>
span { border-color: #AFE6FF; }
span { border-color: rgb(175,230,255); }
td.TdClassName
{
border-color: #AFE6FF;
}
.TagClassName
{
border-color: #AFE6FF;
}
</style>