Shades of Columbia Blue #AFE0FE
Tints of Columbia Blue #AFE0FE
RGB
CMYK
RGB Variations
Color information
#AFE0FE (or 0xAFE0FE) is known color: Columbia Blue. HEX triplet: AF, E0 and FE. RGB value is (175,224,254). Sum of RGB (Red+Green+Blue) = 175+224+254=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0FE is #501F01. Grayscale: #D4D4D4. Windows color (decimal): -5250818 or 16703663. OLE color: 16703663.
HSL color Cylindrical-coordinate representation of color #AFE0FE: hue angle of 202.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE0FE is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 224 | 254 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.00 |
| HSL | 202.78º | 0.98% | 0.84% | - |
| HSV(B) | 202.78º | 0.31% | 1% | - |
| XYZ | 62.22 | 69.58 | 103.92 | - |
| YUV | 212.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 254 | 0.31 | 0.12 | 0 | 0.00 | 202.78 | 0.98 | 0.84 |
| Hex | AF | E0 | FE | 1F | C | 0 | 0 | CB | 62 | 54 |
| Octal | 257 | 340 | 376 | 37 | 14 | 0 | 0 | 313 | 142 | 124 |
| Binary | 10101111 | 11100000 | 11111110 | 11111 | 1100 | 0 | 0 | 11001011 | 1100010 | 1010100 |
Color Harmonies of #AFE0FE
Complementary color
Monochromatic Colors of #AFE0FE
Black with #AFE0FE
Text Example
Text Example
White with #AFE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE0FE; }
p { color: rgb(175,224,254); }
H1.HeaderClassName
{
color: #AFE0FE;
}
.AnyTagClassName
{
color: #AFE0FE;
}
</style>
background-color css
<style>
a { background-color: #AFE0FE; }
a { background-color: rgb(175,224,254); }
div.DivClassName
{
background-color: #AFE0FE;
}
.BgClassName
{
background-color: #AFE0FE;
}
</style>
border-color css
<style>
span { border-color: #AFE0FE; }
span { border-color: rgb(175,224,254); }
td.TdClassName
{
border-color: #AFE0FE;
}
.TagClassName
{
border-color: #AFE0FE;
}
</style>