Shades of Columbia Blue #95DFFE
Tints of Columbia Blue #95DFFE
RGB
CMYK
RGB Variations
Color information
#95DFFE (or 0x95DFFE) is known color: Columbia Blue. HEX triplet: 95, DF and FE. RGB value is (149,223,254). Sum of RGB (Red+Green+Blue) = 149+223+254=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #95DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DFFE is #6A2001. Grayscale: #CCCCCC. Windows color (decimal): -6955010 or 16703381. OLE color: 16703381.
HSL color Cylindrical-coordinate representation of color #95DFFE: hue angle of 197.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95DFFE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 223 | 254 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.00 |
| HSL | 197.71º | 0.98% | 0.79% | - |
| HSV(B) | 197.71º | 0.41% | 1% | - |
| XYZ | 56.67 | 66.32 | 103.58 | - |
| YUV | 204.41 | 155.98 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 254 | 0.41 | 0.12 | 0 | 0.00 | 197.71 | 0.98 | 0.79 |
| Hex | 95 | DF | FE | 29 | C | 0 | 0 | C6 | 62 | 4F |
| Octal | 225 | 337 | 376 | 51 | 14 | 0 | 0 | 306 | 142 | 117 |
| Binary | 10010101 | 11011111 | 11111110 | 101001 | 1100 | 0 | 0 | 11000110 | 1100010 | 1001111 |
Color Harmonies of #95DFFE
Complementary color
Monochromatic Colors of #95DFFE
Black with #95DFFE
Text Example
Text Example
White with #95DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DFFE; }
p { color: rgb(149,223,254); }
H1.HeaderClassName
{
color: #95DFFE;
}
.AnyTagClassName
{
color: #95DFFE;
}
</style>
background-color css
<style>
a { background-color: #95DFFE; }
a { background-color: rgb(149,223,254); }
div.DivClassName
{
background-color: #95DFFE;
}
.BgClassName
{
background-color: #95DFFE;
}
</style>
border-color css
<style>
span { border-color: #95DFFE; }
span { border-color: rgb(149,223,254); }
td.TdClassName
{
border-color: #95DFFE;
}
.TagClassName
{
border-color: #95DFFE;
}
</style>