Shades of Light Sky Blue #97C1FA
Tints of Light Sky Blue #97C1FA
RGB
CMYK
RGB Variations
Color information
#97C1FA (or 0x97C1FA) is known color: Light Sky Blue. HEX triplet: 97, C1 and FA. RGB value is (151,193,250). Sum of RGB (Red+Green+Blue) = 151+193+250=594 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.42% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #97C1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C1FA is #683E05. Grayscale: #BABABA. Windows color (decimal): -6831622 or 16433559. OLE color: 16433559.
HSL color Cylindrical-coordinate representation of color #97C1FA: hue angle of 214.55º 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 #97C1FA is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 193 | 250 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.02 |
| HSL | 214.55º | 0.91% | 0.79% | - |
| HSV(B) | 214.55º | 0.4% | 0.98% | - |
| XYZ | 49.09 | 51.62 | 97.82 | - |
| YUV | 186.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 250 | 0.40 | 0.23 | 0 | 0.02 | 214.55 | 0.91 | 0.79 |
| Hex | 97 | C1 | FA | 28 | 17 | 0 | 2 | D7 | 5B | 4F |
| Octal | 227 | 301 | 372 | 50 | 27 | 0 | 2 | 327 | 133 | 117 |
| Binary | 10010111 | 11000001 | 11111010 | 101000 | 10111 | 0 | 10 | 11010111 | 1011011 | 1001111 |
Color Harmonies of #97C1FA
Complementary color
Monochromatic Colors of #97C1FA
Black with #97C1FA
Text Example
Text Example
White with #97C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C1FA; }
p { color: rgb(151,193,250); }
H1.HeaderClassName
{
color: #97C1FA;
}
.AnyTagClassName
{
color: #97C1FA;
}
</style>
background-color css
<style>
a { background-color: #97C1FA; }
a { background-color: rgb(151,193,250); }
div.DivClassName
{
background-color: #97C1FA;
}
.BgClassName
{
background-color: #97C1FA;
}
</style>
border-color css
<style>
span { border-color: #97C1FA; }
span { border-color: rgb(151,193,250); }
td.TdClassName
{
border-color: #97C1FA;
}
.TagClassName
{
border-color: #97C1FA;
}
</style>