Shades of Light Sky Blue #92C5FE
Tints of Light Sky Blue #92C5FE
RGB
CMYK
RGB Variations
Color information
#92C5FE (or 0x92C5FE) is known color: Light Sky Blue. HEX triplet: 92, C5 and FE. RGB value is (146,197,254). Sum of RGB (Red+Green+Blue) = 146+197+254=597 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.46% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #92C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C5FE is #6D3A01. Grayscale: #BBBBBB. Windows color (decimal): -7158274 or 16696722. OLE color: 16696722.
HSL color Cylindrical-coordinate representation of color #92C5FE: hue angle of 211.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92C5FE is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 197 | 254 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.00 |
| HSL | 211.67º | 0.98% | 0.78% | - |
| HSV(B) | 211.67º | 0.43% | 1% | - |
| XYZ | 49.71 | 53.2 | 101.41 | - |
| YUV | 188.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 254 | 0.43 | 0.22 | 0 | 0.00 | 211.67 | 0.98 | 0.78 |
| Hex | 92 | C5 | FE | 2B | 16 | 0 | 0 | D4 | 62 | 4E |
| Octal | 222 | 305 | 376 | 53 | 26 | 0 | 0 | 324 | 142 | 116 |
| Binary | 10010010 | 11000101 | 11111110 | 101011 | 10110 | 0 | 0 | 11010100 | 1100010 | 1001110 |
Color Harmonies of #92C5FE
Complementary color
Monochromatic Colors of #92C5FE
Black with #92C5FE
Text Example
Text Example
White with #92C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C5FE; }
p { color: rgb(146,197,254); }
H1.HeaderClassName
{
color: #92C5FE;
}
.AnyTagClassName
{
color: #92C5FE;
}
</style>
background-color css
<style>
a { background-color: #92C5FE; }
a { background-color: rgb(146,197,254); }
div.DivClassName
{
background-color: #92C5FE;
}
.BgClassName
{
background-color: #92C5FE;
}
</style>
border-color css
<style>
span { border-color: #92C5FE; }
span { border-color: rgb(146,197,254); }
td.TdClassName
{
border-color: #92C5FE;
}
.TagClassName
{
border-color: #92C5FE;
}
</style>