Shades of Columbia Blue #A5DEFD
Tints of Columbia Blue #A5DEFD
RGB
CMYK
RGB Variations
Color information
#A5DEFD (or 0xA5DEFD) is known color: Columbia Blue. HEX triplet: A5, DE and FD. RGB value is (165,222,253). Sum of RGB (Red+Green+Blue) = 165+222+253=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DEFD is #5A2102. Grayscale: #D0D0D0. Windows color (decimal): -5906691 or 16637605. OLE color: 16637605.
HSL color Cylindrical-coordinate representation of color #A5DEFD: hue angle of 201.14º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5DEFD is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 222 | 253 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.01 |
| HSL | 201.14º | 0.96% | 0.82% | - |
| HSV(B) | 201.14º | 0.35% | 0.99% | - |
| XYZ | 59.37 | 67.33 | 102.8 | - |
| YUV | 208.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 253 | 0.35 | 0.12 | 0 | 0.01 | 201.14 | 0.96 | 0.82 |
| Hex | A5 | DE | FD | 23 | C | 0 | 1 | C9 | 60 | 52 |
| Octal | 245 | 336 | 375 | 43 | 14 | 0 | 1 | 311 | 140 | 122 |
| Binary | 10100101 | 11011110 | 11111101 | 100011 | 1100 | 0 | 1 | 11001001 | 1100000 | 1010010 |
Color Harmonies of #A5DEFD
Complementary color
Monochromatic Colors of #A5DEFD
Black with #A5DEFD
Text Example
Text Example
White with #A5DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEFD; }
p { color: rgb(165,222,253); }
H1.HeaderClassName
{
color: #A5DEFD;
}
.AnyTagClassName
{
color: #A5DEFD;
}
</style>
background-color css
<style>
a { background-color: #A5DEFD; }
a { background-color: rgb(165,222,253); }
div.DivClassName
{
background-color: #A5DEFD;
}
.BgClassName
{
background-color: #A5DEFD;
}
</style>
border-color css
<style>
span { border-color: #A5DEFD; }
span { border-color: rgb(165,222,253); }
td.TdClassName
{
border-color: #A5DEFD;
}
.TagClassName
{
border-color: #A5DEFD;
}
</style>