Shades of Light Sky Blue #97C8FB
Tints of Light Sky Blue #97C8FB
RGB
CMYK
RGB Variations
Color information
#97C8FB (or 0x97C8FB) is known color: Light Sky Blue. HEX triplet: 97, C8 and FB. RGB value is (151,200,251). Sum of RGB (Red+Green+Blue) = 151+200+251=602 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.08% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #97C8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C8FB is #683704. Grayscale: #BEBEBE. Windows color (decimal): -6829829 or 16500887. OLE color: 16500887.
HSL color Cylindrical-coordinate representation of color #97C8FB: hue angle of 210.6º 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 #97C8FB is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 200 | 251 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.02 |
| HSL | 210.6º | 0.93% | 0.79% | - |
| HSV(B) | 210.6º | 0.4% | 0.98% | - |
| XYZ | 50.83 | 54.85 | 99.18 | - |
| YUV | 191.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 200 | 251 | 0.40 | 0.20 | 0 | 0.02 | 210.6 | 0.93 | 0.79 |
| Hex | 97 | C8 | FB | 28 | 14 | 0 | 2 | D3 | 5D | 4F |
| Octal | 227 | 310 | 373 | 50 | 24 | 0 | 2 | 323 | 135 | 117 |
| Binary | 10010111 | 11001000 | 11111011 | 101000 | 10100 | 0 | 10 | 11010011 | 1011101 | 1001111 |
Color Harmonies of #97C8FB
Complementary color
Monochromatic Colors of #97C8FB
Black with #97C8FB
Text Example
Text Example
White with #97C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C8FB; }
p { color: rgb(151,200,251); }
H1.HeaderClassName
{
color: #97C8FB;
}
.AnyTagClassName
{
color: #97C8FB;
}
</style>
background-color css
<style>
a { background-color: #97C8FB; }
a { background-color: rgb(151,200,251); }
div.DivClassName
{
background-color: #97C8FB;
}
.BgClassName
{
background-color: #97C8FB;
}
</style>
border-color css
<style>
span { border-color: #97C8FB; }
span { border-color: rgb(151,200,251); }
td.TdClassName
{
border-color: #97C8FB;
}
.TagClassName
{
border-color: #97C8FB;
}
</style>