Shades of Light Sky Blue #97BFFE
Tints of Light Sky Blue #97BFFE
RGB
CMYK
RGB Variations
Color information
#97BFFE (or 0x97BFFE) is known color: Light Sky Blue. HEX triplet: 97, BF and FE. RGB value is (151,191,254). Sum of RGB (Red+Green+Blue) = 151+191+254=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #97BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BFFE is #684001. Grayscale: #B9B9B9. Windows color (decimal): -6832130 or 16695191. OLE color: 16695191.
HSL color Cylindrical-coordinate representation of color #97BFFE: hue angle of 216.7º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97BFFE is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 191 | 254 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.00 |
| HSL | 216.7º | 0.98% | 0.79% | - |
| HSV(B) | 216.7º | 0.41% | 1% | - |
| XYZ | 49.28 | 51 | 101.01 | - |
| YUV | 186.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 191 | 254 | 0.41 | 0.25 | 0 | 0.00 | 216.7 | 0.98 | 0.79 |
| Hex | 97 | BF | FE | 29 | 19 | 0 | 0 | D9 | 62 | 4F |
| Octal | 227 | 277 | 376 | 51 | 31 | 0 | 0 | 331 | 142 | 117 |
| Binary | 10010111 | 10111111 | 11111110 | 101001 | 11001 | 0 | 0 | 11011001 | 1100010 | 1001111 |
Color Harmonies of #97BFFE
Complementary color
Monochromatic Colors of #97BFFE
Black with #97BFFE
Text Example
Text Example
White with #97BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BFFE; }
p { color: rgb(151,191,254); }
H1.HeaderClassName
{
color: #97BFFE;
}
.AnyTagClassName
{
color: #97BFFE;
}
</style>
background-color css
<style>
a { background-color: #97BFFE; }
a { background-color: rgb(151,191,254); }
div.DivClassName
{
background-color: #97BFFE;
}
.BgClassName
{
background-color: #97BFFE;
}
</style>
border-color css
<style>
span { border-color: #97BFFE; }
span { border-color: rgb(151,191,254); }
td.TdClassName
{
border-color: #97BFFE;
}
.TagClassName
{
border-color: #97BFFE;
}
</style>