Shades of Light Sky Blue #97C2FB
Tints of Light Sky Blue #97C2FB
RGB
CMYK
RGB Variations
Color information
#97C2FB (or 0x97C2FB) is known color: Light Sky Blue. HEX triplet: 97, C2 and FB. RGB value is (151,194,251). Sum of RGB (Red+Green+Blue) = 151+194+251=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #97C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C2FB is #683D04. Grayscale: #BBBBBB. Windows color (decimal): -6831365 or 16499351. OLE color: 16499351.
HSL color Cylindrical-coordinate representation of color #97C2FB: hue angle of 214.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97C2FB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 194 | 251 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.02 |
| HSL | 214.2º | 0.93% | 0.79% | - |
| HSV(B) | 214.2º | 0.4% | 0.98% | - |
| XYZ | 49.47 | 52.13 | 98.72 | - |
| YUV | 187.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 251 | 0.40 | 0.23 | 0 | 0.02 | 214.2 | 0.93 | 0.79 |
| Hex | 97 | C2 | FB | 28 | 17 | 0 | 2 | D6 | 5D | 4F |
| Octal | 227 | 302 | 373 | 50 | 27 | 0 | 2 | 326 | 135 | 117 |
| Binary | 10010111 | 11000010 | 11111011 | 101000 | 10111 | 0 | 10 | 11010110 | 1011101 | 1001111 |
Color Harmonies of #97C2FB
Complementary color
Monochromatic Colors of #97C2FB
Black with #97C2FB
Text Example
Text Example
White with #97C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C2FB; }
p { color: rgb(151,194,251); }
H1.HeaderClassName
{
color: #97C2FB;
}
.AnyTagClassName
{
color: #97C2FB;
}
</style>
background-color css
<style>
a { background-color: #97C2FB; }
a { background-color: rgb(151,194,251); }
div.DivClassName
{
background-color: #97C2FB;
}
.BgClassName
{
background-color: #97C2FB;
}
</style>
border-color css
<style>
span { border-color: #97C2FB; }
span { border-color: rgb(151,194,251); }
td.TdClassName
{
border-color: #97C2FB;
}
.TagClassName
{
border-color: #97C2FB;
}
</style>