Shades of Light Sky Blue #92D1F8
Tints of Light Sky Blue #92D1F8
RGB
CMYK
RGB Variations
Color information
#92D1F8 (or 0x92D1F8) is known color: Light Sky Blue. HEX triplet: 92, D1 and F8. RGB value is (146,209,248). Sum of RGB (Red+Green+Blue) = 146+209+248=603 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.21% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #92D1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D1F8 is #6D2E07. Grayscale: #C2C2C2. Windows color (decimal): -7155208 or 16306578. OLE color: 16306578.
HSL color Cylindrical-coordinate representation of color #92D1F8: hue angle of 202.94º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92D1F8 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 209 | 248 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.03 |
| HSL | 202.94º | 0.88% | 0.77% | - |
| HSV(B) | 202.94º | 0.41% | 0.97% | - |
| XYZ | 51.6 | 58.49 | 97.38 | - |
| YUV | 194.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 209 | 248 | 0.41 | 0.16 | 0 | 0.03 | 202.94 | 0.88 | 0.77 |
| Hex | 92 | D1 | F8 | 29 | 10 | 0 | 3 | CB | 58 | 4D |
| Octal | 222 | 321 | 370 | 51 | 20 | 0 | 3 | 313 | 130 | 115 |
| Binary | 10010010 | 11010001 | 11111000 | 101001 | 10000 | 0 | 11 | 11001011 | 1011000 | 1001101 |
Color Harmonies of #92D1F8
Complementary color
Monochromatic Colors of #92D1F8
Black with #92D1F8
Text Example
Text Example
White with #92D1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D1F8; }
p { color: rgb(146,209,248); }
H1.HeaderClassName
{
color: #92D1F8;
}
.AnyTagClassName
{
color: #92D1F8;
}
</style>
background-color css
<style>
a { background-color: #92D1F8; }
a { background-color: rgb(146,209,248); }
div.DivClassName
{
background-color: #92D1F8;
}
.BgClassName
{
background-color: #92D1F8;
}
</style>
border-color css
<style>
span { border-color: #92D1F8; }
span { border-color: rgb(146,209,248); }
td.TdClassName
{
border-color: #92D1F8;
}
.TagClassName
{
border-color: #92D1F8;
}
</style>