Shades of Light Sky Blue #92C8FF
Tints of Light Sky Blue #92C8FF
RGB
CMYK
RGB Variations
Color information
#92C8FF (or 0x92C8FF) is known color: Light Sky Blue. HEX triplet: 92, C8 and FF. RGB value is (146,200,255). Sum of RGB (Red+Green+Blue) = 146+200+255=601 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.29% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #92C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C8FF is #6D3700. Grayscale: #BDBDBD. Windows color (decimal): -7157505 or 16763026. OLE color: 16763026.
HSL color Cylindrical-coordinate representation of color #92C8FF: hue angle of 210.28º 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 #92C8FF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 200 | 255 | - |
| CMYK | 0.43 | 0.22 | 0 | 0 |
| HSL | 210.28º | 1% | 0.79% | - |
| HSV(B) | 210.28º | 0.43% | 1% | - |
| XYZ | 50.56 | 54.64 | 102.49 | - |
| YUV | 190.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 255 | 0.43 | 0.22 | 0 | 0 | 210.28 | 1 | 0.79 |
| Hex | 92 | C8 | FF | 2B | 16 | 0 | 0 | D2 | 64 | 4F |
| Octal | 222 | 310 | 377 | 53 | 26 | 0 | 0 | 322 | 144 | 117 |
| Binary | 10010010 | 11001000 | 11111111 | 101011 | 10110 | 0 | 0 | 11010010 | 1100100 | 1001111 |
Color Harmonies of #92C8FF
Complementary color
Monochromatic Colors of #92C8FF
Black with #92C8FF
Text Example
Text Example
White with #92C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C8FF; }
p { color: rgb(146,200,255); }
H1.HeaderClassName
{
color: #92C8FF;
}
.AnyTagClassName
{
color: #92C8FF;
}
</style>
background-color css
<style>
a { background-color: #92C8FF; }
a { background-color: rgb(146,200,255); }
div.DivClassName
{
background-color: #92C8FF;
}
.BgClassName
{
background-color: #92C8FF;
}
</style>
border-color css
<style>
span { border-color: #92C8FF; }
span { border-color: rgb(146,200,255); }
td.TdClassName
{
border-color: #92C8FF;
}
.TagClassName
{
border-color: #92C8FF;
}
</style>