Shades of Columbia Blue #AFDEFC
Tints of Columbia Blue #AFDEFC
RGB
CMYK
RGB Variations
Color information
#AFDEFC (or 0xAFDEFC) is known color: Columbia Blue. HEX triplet: AF, DE and FC. RGB value is (175,222,252). Sum of RGB (Red+Green+Blue) = 175+222+252=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFDEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEFC is #502103. Grayscale: #D3D3D3. Windows color (decimal): -5251332 or 16572079. OLE color: 16572079.
HSL color Cylindrical-coordinate representation of color #AFDEFC: hue angle of 203.38º degrees, saturation: 0.93, 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 #AFDEFC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 222 | 252 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.01 |
| HSL | 203.38º | 0.93% | 0.84% | - |
| HSV(B) | 203.38º | 0.31% | 0.99% | - |
| XYZ | 61.37 | 68.38 | 102.06 | - |
| YUV | 211.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 252 | 0.31 | 0.12 | 0 | 0.01 | 203.38 | 0.93 | 0.84 |
| Hex | AF | DE | FC | 1F | C | 0 | 1 | CB | 5D | 54 |
| Octal | 257 | 336 | 374 | 37 | 14 | 0 | 1 | 313 | 135 | 124 |
| Binary | 10101111 | 11011110 | 11111100 | 11111 | 1100 | 0 | 1 | 11001011 | 1011101 | 1010100 |
Color Harmonies of #AFDEFC
Complementary color
Monochromatic Colors of #AFDEFC
Black with #AFDEFC
Text Example
Text Example
White with #AFDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEFC; }
p { color: rgb(175,222,252); }
H1.HeaderClassName
{
color: #AFDEFC;
}
.AnyTagClassName
{
color: #AFDEFC;
}
</style>
background-color css
<style>
a { background-color: #AFDEFC; }
a { background-color: rgb(175,222,252); }
div.DivClassName
{
background-color: #AFDEFC;
}
.BgClassName
{
background-color: #AFDEFC;
}
</style>
border-color css
<style>
span { border-color: #AFDEFC; }
span { border-color: rgb(175,222,252); }
td.TdClassName
{
border-color: #AFDEFC;
}
.TagClassName
{
border-color: #AFDEFC;
}
</style>