Shades of Light Sky Blue #92C1FF
Tints of Light Sky Blue #92C1FF
RGB
CMYK
RGB Variations
Color information
#92C1FF (or 0x92C1FF) is known color: Light Sky Blue. HEX triplet: 92, C1 and FF. RGB value is (146,193,255). Sum of RGB (Red+Green+Blue) = 146+193+255=594 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.58% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #92C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C1FF is #6D3E00. Grayscale: #B9B9B9. Windows color (decimal): -7159297 or 16761234. OLE color: 16761234.
HSL color Cylindrical-coordinate representation of color #92C1FF: hue angle of 214.13º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92C1FF is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 193 | 255 | - |
| CMYK | 0.43 | 0.24 | 0 | 0 |
| HSL | 214.13º | 1% | 0.79% | - |
| HSV(B) | 214.13º | 0.43% | 1% | - |
| XYZ | 48.97 | 51.47 | 101.96 | - |
| YUV | 186.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 255 | 0.43 | 0.24 | 0 | 0 | 214.13 | 1 | 0.79 |
| Hex | 92 | C1 | FF | 2B | 18 | 0 | 0 | D6 | 64 | 4F |
| Octal | 222 | 301 | 377 | 53 | 30 | 0 | 0 | 326 | 144 | 117 |
| Binary | 10010010 | 11000001 | 11111111 | 101011 | 11000 | 0 | 0 | 11010110 | 1100100 | 1001111 |
Color Harmonies of #92C1FF
Complementary color
Monochromatic Colors of #92C1FF
Black with #92C1FF
Text Example
Text Example
White with #92C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C1FF; }
p { color: rgb(146,193,255); }
H1.HeaderClassName
{
color: #92C1FF;
}
.AnyTagClassName
{
color: #92C1FF;
}
</style>
background-color css
<style>
a { background-color: #92C1FF; }
a { background-color: rgb(146,193,255); }
div.DivClassName
{
background-color: #92C1FF;
}
.BgClassName
{
background-color: #92C1FF;
}
</style>
border-color css
<style>
span { border-color: #92C1FF; }
span { border-color: rgb(146,193,255); }
td.TdClassName
{
border-color: #92C1FF;
}
.TagClassName
{
border-color: #92C1FF;
}
</style>