Shades of Columbia Blue #97E0FD
Tints of Columbia Blue #97E0FD
RGB
CMYK
RGB Variations
Color information
#97E0FD (or 0x97E0FD) is known color: Columbia Blue. HEX triplet: 97, E0 and FD. RGB value is (151,224,253). Sum of RGB (Red+Green+Blue) = 151+224+253=628 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.04% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #97E0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E0FD is #681F02. Grayscale: #CDCDCD. Windows color (decimal): -6823683 or 16638103. OLE color: 16638103.
HSL color Cylindrical-coordinate representation of color #97E0FD: hue angle of 197.06º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97E0FD is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 224 | 253 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.01 |
| HSL | 197.06º | 0.96% | 0.79% | - |
| HSV(B) | 197.06º | 0.4% | 0.99% | - |
| XYZ | 57.15 | 66.98 | 102.85 | - |
| YUV | 205.48 | 154.82 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 224 | 253 | 0.40 | 0.11 | 0 | 0.01 | 197.06 | 0.96 | 0.79 |
| Hex | 97 | E0 | FD | 28 | B | 0 | 1 | C5 | 60 | 4F |
| Octal | 227 | 340 | 375 | 50 | 13 | 0 | 1 | 305 | 140 | 117 |
| Binary | 10010111 | 11100000 | 11111101 | 101000 | 1011 | 0 | 1 | 11000101 | 1100000 | 1001111 |
Color Harmonies of #97E0FD
Complementary color
Monochromatic Colors of #97E0FD
Black with #97E0FD
Text Example
Text Example
White with #97E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E0FD; }
p { color: rgb(151,224,253); }
H1.HeaderClassName
{
color: #97E0FD;
}
.AnyTagClassName
{
color: #97E0FD;
}
</style>
background-color css
<style>
a { background-color: #97E0FD; }
a { background-color: rgb(151,224,253); }
div.DivClassName
{
background-color: #97E0FD;
}
.BgClassName
{
background-color: #97E0FD;
}
</style>
border-color css
<style>
span { border-color: #97E0FD; }
span { border-color: rgb(151,224,253); }
td.TdClassName
{
border-color: #97E0FD;
}
.TagClassName
{
border-color: #97E0FD;
}
</style>