Shades of Light Sky Blue #97C0FF
Tints of Light Sky Blue #97C0FF
RGB
CMYK
RGB Variations
Color information
#97C0FF (or 0x97C0FF) is known color: Light Sky Blue. HEX triplet: 97, C0 and FF. RGB value is (151,192,255). Sum of RGB (Red+Green+Blue) = 151+192+255=598 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.25% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #97C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C0FF is #683F00. Grayscale: #BABABA. Windows color (decimal): -6831873 or 16760983. OLE color: 16760983.
HSL color Cylindrical-coordinate representation of color #97C0FF: hue angle of 216.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97C0FF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 192 | 255 | - |
| CMYK | 0.41 | 0.25 | 0 | 0 |
| HSL | 216.35º | 1% | 0.8% | - |
| HSV(B) | 216.35º | 0.41% | 1% | - |
| XYZ | 49.66 | 51.5 | 101.93 | - |
| YUV | 186.92 | 166.42 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 255 | 0.41 | 0.25 | 0 | 0 | 216.35 | 1 | 0.8 |
| Hex | 97 | C0 | FF | 29 | 19 | 0 | 0 | D8 | 64 | 50 |
| Octal | 227 | 300 | 377 | 51 | 31 | 0 | 0 | 330 | 144 | 120 |
| Binary | 10010111 | 11000000 | 11111111 | 101001 | 11001 | 0 | 0 | 11011000 | 1100100 | 1010000 |
Color Harmonies of #97C0FF
Complementary color
Monochromatic Colors of #97C0FF
Black with #97C0FF
Text Example
Text Example
White with #97C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C0FF; }
p { color: rgb(151,192,255); }
H1.HeaderClassName
{
color: #97C0FF;
}
.AnyTagClassName
{
color: #97C0FF;
}
</style>
background-color css
<style>
a { background-color: #97C0FF; }
a { background-color: rgb(151,192,255); }
div.DivClassName
{
background-color: #97C0FF;
}
.BgClassName
{
background-color: #97C0FF;
}
</style>
border-color css
<style>
span { border-color: #97C0FF; }
span { border-color: rgb(151,192,255); }
td.TdClassName
{
border-color: #97C0FF;
}
.TagClassName
{
border-color: #97C0FF;
}
</style>