Shades of Columbia Blue #95EAFE
Tints of Columbia Blue #95EAFE
RGB
CMYK
RGB Variations
Color information
#95EAFE (or 0x95EAFE) is known color: Columbia Blue. HEX triplet: 95, EA and FE. RGB value is (149,234,254). Sum of RGB (Red+Green+Blue) = 149+234+254=637 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.39% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #95EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAFE is #6A1501. Grayscale: #D2D2D2. Windows color (decimal): -6952194 or 16706197. OLE color: 16706197.
HSL color Cylindrical-coordinate representation of color #95EAFE: hue angle of 191.43º 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 #95EAFE is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 234 | 254 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.00 |
| HSL | 191.43º | 0.98% | 0.79% | - |
| HSV(B) | 191.43º | 0.41% | 1% | - |
| XYZ | 59.71 | 72.39 | 104.59 | - |
| YUV | 210.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 254 | 0.41 | 0.08 | 0 | 0.00 | 191.43 | 0.98 | 0.79 |
| Hex | 95 | EA | FE | 29 | 8 | 0 | 0 | BF | 62 | 4F |
| Octal | 225 | 352 | 376 | 51 | 10 | 0 | 0 | 277 | 142 | 117 |
| Binary | 10010101 | 11101010 | 11111110 | 101001 | 1000 | 0 | 0 | 10111111 | 1100010 | 1001111 |
Color Harmonies of #95EAFE
Complementary color
Monochromatic Colors of #95EAFE
Black with #95EAFE
Text Example
Text Example
White with #95EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAFE; }
p { color: rgb(149,234,254); }
H1.HeaderClassName
{
color: #95EAFE;
}
.AnyTagClassName
{
color: #95EAFE;
}
</style>
background-color css
<style>
a { background-color: #95EAFE; }
a { background-color: rgb(149,234,254); }
div.DivClassName
{
background-color: #95EAFE;
}
.BgClassName
{
background-color: #95EAFE;
}
</style>
border-color css
<style>
span { border-color: #95EAFE; }
span { border-color: rgb(149,234,254); }
td.TdClassName
{
border-color: #95EAFE;
}
.TagClassName
{
border-color: #95EAFE;
}
</style>