Shades of Light Sky Blue #97C6FA
Tints of Light Sky Blue #97C6FA
RGB
CMYK
RGB Variations
Color information
#97C6FA (or 0x97C6FA) is known color: Light Sky Blue. HEX triplet: 97, C6 and FA. RGB value is (151,198,250). Sum of RGB (Red+Green+Blue) = 151+198+250=599 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.21% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #97C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C6FA is #683905. Grayscale: #BDBDBD. Windows color (decimal): -6830342 or 16434839. OLE color: 16434839.
HSL color Cylindrical-coordinate representation of color #97C6FA: hue angle of 211.52º degrees, saturation: 0.91, 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 #97C6FA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 198 | 250 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.02 |
| HSL | 211.52º | 0.91% | 0.79% | - |
| HSV(B) | 211.52º | 0.4% | 0.98% | - |
| XYZ | 50.21 | 53.87 | 98.19 | - |
| YUV | 189.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 198 | 250 | 0.40 | 0.21 | 0 | 0.02 | 211.52 | 0.91 | 0.79 |
| Hex | 97 | C6 | FA | 28 | 15 | 0 | 2 | D4 | 5B | 4F |
| Octal | 227 | 306 | 372 | 50 | 25 | 0 | 2 | 324 | 133 | 117 |
| Binary | 10010111 | 11000110 | 11111010 | 101000 | 10101 | 0 | 10 | 11010100 | 1011011 | 1001111 |
Color Harmonies of #97C6FA
Complementary color
Monochromatic Colors of #97C6FA
Black with #97C6FA
Text Example
Text Example
White with #97C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C6FA; }
p { color: rgb(151,198,250); }
H1.HeaderClassName
{
color: #97C6FA;
}
.AnyTagClassName
{
color: #97C6FA;
}
</style>
background-color css
<style>
a { background-color: #97C6FA; }
a { background-color: rgb(151,198,250); }
div.DivClassName
{
background-color: #97C6FA;
}
.BgClassName
{
background-color: #97C6FA;
}
</style>
border-color css
<style>
span { border-color: #97C6FA; }
span { border-color: rgb(151,198,250); }
td.TdClassName
{
border-color: #97C6FA;
}
.TagClassName
{
border-color: #97C6FA;
}
</style>