Shades of Columbia Blue #9AD2FC
Tints of Columbia Blue #9AD2FC
RGB
CMYK
RGB Variations
Color information
#9AD2FC (or 0x9AD2FC) is known color: Columbia Blue. HEX triplet: 9A, D2 and FC. RGB value is (154,210,252). Sum of RGB (Red+Green+Blue) = 154+210+252=616 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AD2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD2FC is #652D03. Grayscale: #C5C5C5. Windows color (decimal): -6630660 or 16568986. OLE color: 16568986.
HSL color Cylindrical-coordinate representation of color #9AD2FC: hue angle of 205.71º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD2FC is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 154 | 210 | 252 | - |
CMYK | 0.39 | 0.17 | 0 | 0.01 |
HSL | 205.71º | 0.94% | 0.8% | - |
HSV(B) | 205.71º | 0.39% | 0.99% | - |
XYZ | 53.94 | 59.99 | 100.83 | - |
YUV | 198.04 | 158.45 | 96.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 210 | 252 | 0.39 | 0.17 | 0 | 0.01 | 205.71 | 0.94 | 0.8 |
Hex | 9A | D2 | FC | 27 | 11 | 0 | 1 | CE | 5E | 50 |
Octal | 232 | 322 | 374 | 47 | 21 | 0 | 1 | 316 | 136 | 120 |
Binary | 10011010 | 11010010 | 11111100 | 100111 | 10001 | 0 | 1 | 11001110 | 1011110 | 1010000 |
Color Harmonies of #9AD2FC
Complementary color
Monochromatic Colors of #9AD2FC
Black with #9AD2FC
Text Example
Text Example
White with #9AD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD2FC; }
p { color: rgb(154,210,252); }
H1.HeaderClassName
{
color: #9AD2FC;
}
.AnyTagClassName
{
color: #9AD2FC;
}
</style>
background-color css
<style>
a { background-color: #9AD2FC; }
a { background-color: rgb(154,210,252); }
div.DivClassName
{
background-color: #9AD2FC;
}
.BgClassName
{
background-color: #9AD2FC;
}
</style>
border-color css
<style>
span { border-color: #9AD2FC; }
span { border-color: rgb(154,210,252); }
td.TdClassName
{
border-color: #9AD2FC;
}
.TagClassName
{
border-color: #9AD2FC;
}
</style>