Shades of Light Sky Blue #92CFF9
Tints of Light Sky Blue #92CFF9
RGB
CMYK
RGB Variations
Color information
#92CFF9 (or 0x92CFF9) is known color: Light Sky Blue. HEX triplet: 92, CF and F9. RGB value is (146,207,249). Sum of RGB (Red+Green+Blue) = 146+207+249=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #92CFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CFF9 is #6D3006. Grayscale: #C1C1C1. Windows color (decimal): -7155719 or 16371602. OLE color: 16371602.
HSL color Cylindrical-coordinate representation of color #92CFF9: hue angle of 204.47º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92CFF9 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 207 | 249 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.02 |
| HSL | 204.47º | 0.9% | 0.77% | - |
| HSV(B) | 204.47º | 0.41% | 0.98% | - |
| XYZ | 51.27 | 57.58 | 98.03 | - |
| YUV | 193.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 249 | 0.41 | 0.17 | 0 | 0.02 | 204.47 | 0.9 | 0.77 |
| Hex | 92 | CF | F9 | 29 | 11 | 0 | 2 | CC | 5A | 4D |
| Octal | 222 | 317 | 371 | 51 | 21 | 0 | 2 | 314 | 132 | 115 |
| Binary | 10010010 | 11001111 | 11111001 | 101001 | 10001 | 0 | 10 | 11001100 | 1011010 | 1001101 |
Color Harmonies of #92CFF9
Complementary color
Monochromatic Colors of #92CFF9
Black with #92CFF9
Text Example
Text Example
White with #92CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CFF9; }
p { color: rgb(146,207,249); }
H1.HeaderClassName
{
color: #92CFF9;
}
.AnyTagClassName
{
color: #92CFF9;
}
</style>
background-color css
<style>
a { background-color: #92CFF9; }
a { background-color: rgb(146,207,249); }
div.DivClassName
{
background-color: #92CFF9;
}
.BgClassName
{
background-color: #92CFF9;
}
</style>
border-color css
<style>
span { border-color: #92CFF9; }
span { border-color: rgb(146,207,249); }
td.TdClassName
{
border-color: #92CFF9;
}
.TagClassName
{
border-color: #92CFF9;
}
</style>