Shades of Columbia Blue #AFDEFD
Tints of Columbia Blue #AFDEFD
RGB
CMYK
RGB Variations
Color information
#AFDEFD (or 0xAFDEFD) is known color: Columbia Blue. HEX triplet: AF, DE and FD. RGB value is (175,222,253). Sum of RGB (Red+Green+Blue) = 175+222+253=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEFD is #502102. Grayscale: #D3D3D3. Windows color (decimal): -5251331 or 16637615. OLE color: 16637615.
HSL color Cylindrical-coordinate representation of color #AFDEFD: hue angle of 203.85º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDEFD is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 222 | 253 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.01 |
| HSL | 203.85º | 0.95% | 0.84% | - |
| HSV(B) | 203.85º | 0.31% | 0.99% | - |
| XYZ | 61.53 | 68.45 | 102.9 | - |
| YUV | 211.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 253 | 0.31 | 0.12 | 0 | 0.01 | 203.85 | 0.95 | 0.84 |
| Hex | AF | DE | FD | 1F | C | 0 | 1 | CC | 5F | 54 |
| Octal | 257 | 336 | 375 | 37 | 14 | 0 | 1 | 314 | 137 | 124 |
| Binary | 10101111 | 11011110 | 11111101 | 11111 | 1100 | 0 | 1 | 11001100 | 1011111 | 1010100 |
Color Harmonies of #AFDEFD
Complementary color
Monochromatic Colors of #AFDEFD
Black with #AFDEFD
Text Example
Text Example
White with #AFDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEFD; }
p { color: rgb(175,222,253); }
H1.HeaderClassName
{
color: #AFDEFD;
}
.AnyTagClassName
{
color: #AFDEFD;
}
</style>
background-color css
<style>
a { background-color: #AFDEFD; }
a { background-color: rgb(175,222,253); }
div.DivClassName
{
background-color: #AFDEFD;
}
.BgClassName
{
background-color: #AFDEFD;
}
</style>
border-color css
<style>
span { border-color: #AFDEFD; }
span { border-color: rgb(175,222,253); }
td.TdClassName
{
border-color: #AFDEFD;
}
.TagClassName
{
border-color: #AFDEFD;
}
</style>