Shades of Columbia Blue #AFDEFF
Tints of Columbia Blue #AFDEFF
RGB
CMYK
RGB Variations
Color information
#AFDEFF (or 0xAFDEFF) is known color: Columbia Blue. HEX triplet: AF, DE and FF. RGB value is (175,222,255). Sum of RGB (Red+Green+Blue) = 175+222+255=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEFF is #502100. Grayscale: #D3D3D3. Windows color (decimal): -5251329 or 16768687. OLE color: 16768687.
HSL color Cylindrical-coordinate representation of color #AFDEFF: hue angle of 204.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 #AFDEFF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 222 | 255 | - |
| CMYK | 0.31 | 0.13 | 0 | 0 |
| HSL | 204.75º | 1% | 0.84% | - |
| HSV(B) | 204.75º | 0.31% | 1% | - |
| XYZ | 61.85 | 68.58 | 104.58 | - |
| YUV | 211.71 | 152.43 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 255 | 0.31 | 0.13 | 0 | 0 | 204.75 | 1 | 0.84 |
| Hex | AF | DE | FF | 1F | D | 0 | 0 | CD | 64 | 54 |
| Octal | 257 | 336 | 377 | 37 | 15 | 0 | 0 | 315 | 144 | 124 |
| Binary | 10101111 | 11011110 | 11111111 | 11111 | 1101 | 0 | 0 | 11001101 | 1100100 | 1010100 |
Color Harmonies of #AFDEFF
Complementary color
Monochromatic Colors of #AFDEFF
Black with #AFDEFF
Text Example
Text Example
White with #AFDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEFF; }
p { color: rgb(175,222,255); }
H1.HeaderClassName
{
color: #AFDEFF;
}
.AnyTagClassName
{
color: #AFDEFF;
}
</style>
background-color css
<style>
a { background-color: #AFDEFF; }
a { background-color: rgb(175,222,255); }
div.DivClassName
{
background-color: #AFDEFF;
}
.BgClassName
{
background-color: #AFDEFF;
}
</style>
border-color css
<style>
span { border-color: #AFDEFF; }
span { border-color: rgb(175,222,255); }
td.TdClassName
{
border-color: #AFDEFF;
}
.TagClassName
{
border-color: #AFDEFF;
}
</style>