Shades of Columbia Blue #99D2FF
Tints of Columbia Blue #99D2FF
RGB
CMYK
RGB Variations
Color information
#99D2FF (or 0x99D2FF) is known color: Columbia Blue. HEX triplet: 99, D2 and FF. RGB value is (153,210,255). Sum of RGB (Red+Green+Blue) = 153+210+255=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #99D2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D2FF is #662D00. Grayscale: #C5C5C5. Windows color (decimal): -6696193 or 16765593. OLE color: 16765593.
HSL color Cylindrical-coordinate representation of color #99D2FF: hue angle of 206.47º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99D2FF is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 210 | 255 | - |
| CMYK | 0.4 | 0.18 | 0 | 0 |
| HSL | 206.47º | 1% | 0.8% | - |
| HSV(B) | 206.47º | 0.4% | 1% | - |
| XYZ | 54.23 | 60.09 | 103.35 | - |
| YUV | 198.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 255 | 0.4 | 0.18 | 0 | 0 | 206.47 | 1 | 0.8 |
| Hex | 99 | D2 | FF | 28 | 12 | 0 | 0 | CE | 64 | 50 |
| Octal | 231 | 322 | 377 | 50 | 22 | 0 | 0 | 316 | 144 | 120 |
| Binary | 10011001 | 11010010 | 11111111 | 101000 | 10010 | 0 | 0 | 11001110 | 1100100 | 1010000 |
Color Harmonies of #99D2FF
Complementary color
Monochromatic Colors of #99D2FF
Black with #99D2FF
Text Example
Text Example
White with #99D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D2FF; }
p { color: rgb(153,210,255); }
H1.HeaderClassName
{
color: #99D2FF;
}
.AnyTagClassName
{
color: #99D2FF;
}
</style>
background-color css
<style>
a { background-color: #99D2FF; }
a { background-color: rgb(153,210,255); }
div.DivClassName
{
background-color: #99D2FF;
}
.BgClassName
{
background-color: #99D2FF;
}
</style>
border-color css
<style>
span { border-color: #99D2FF; }
span { border-color: rgb(153,210,255); }
td.TdClassName
{
border-color: #99D2FF;
}
.TagClassName
{
border-color: #99D2FF;
}
</style>