Shades of Light Sky Blue #92C2FC
Tints of Light Sky Blue #92C2FC
RGB
CMYK
RGB Variations
Color information
#92C2FC (or 0x92C2FC) is known color: Light Sky Blue. HEX triplet: 92, C2 and FC. RGB value is (146,194,252). Sum of RGB (Red+Green+Blue) = 146+194+252=592 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.66% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #92C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C2FC is #6D3D03. Grayscale: #B9B9B9. Windows color (decimal): -7159044 or 16564882. OLE color: 16564882.
HSL color Cylindrical-coordinate representation of color #92C2FC: hue angle of 212.83º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92C2FC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 194 | 252 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.01 |
| HSL | 212.83º | 0.95% | 0.78% | - |
| HSV(B) | 212.83º | 0.42% | 0.99% | - |
| XYZ | 48.72 | 51.72 | 99.51 | - |
| YUV | 186.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 252 | 0.42 | 0.23 | 0 | 0.01 | 212.83 | 0.95 | 0.78 |
| Hex | 92 | C2 | FC | 2A | 17 | 0 | 1 | D5 | 5F | 4E |
| Octal | 222 | 302 | 374 | 52 | 27 | 0 | 1 | 325 | 137 | 116 |
| Binary | 10010010 | 11000010 | 11111100 | 101010 | 10111 | 0 | 1 | 11010101 | 1011111 | 1001110 |
Color Harmonies of #92C2FC
Complementary color
Monochromatic Colors of #92C2FC
Black with #92C2FC
Text Example
Text Example
White with #92C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C2FC; }
p { color: rgb(146,194,252); }
H1.HeaderClassName
{
color: #92C2FC;
}
.AnyTagClassName
{
color: #92C2FC;
}
</style>
background-color css
<style>
a { background-color: #92C2FC; }
a { background-color: rgb(146,194,252); }
div.DivClassName
{
background-color: #92C2FC;
}
.BgClassName
{
background-color: #92C2FC;
}
</style>
border-color css
<style>
span { border-color: #92C2FC; }
span { border-color: rgb(146,194,252); }
td.TdClassName
{
border-color: #92C2FC;
}
.TagClassName
{
border-color: #92C2FC;
}
</style>