Shades of Light Sky Blue #92D3FF
Tints of Light Sky Blue #92D3FF
RGB
CMYK
RGB Variations
Color information
#92D3FF (or 0x92D3FF) is known color: Light Sky Blue. HEX triplet: 92, D3 and FF. RGB value is (146,211,255). Sum of RGB (Red+Green+Blue) = 146+211+255=612 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.86% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #92D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D3FF is #6D2C00. Grayscale: #C4C4C4. Windows color (decimal): -7154689 or 16765842. OLE color: 16765842.
HSL color Cylindrical-coordinate representation of color #92D3FF: hue angle of 204.22º 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 #92D3FF is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 211 | 255 | - |
| CMYK | 0.43 | 0.17 | 0 | 0 |
| HSL | 204.22º | 1% | 0.79% | - |
| HSV(B) | 204.22º | 0.43% | 1% | - |
| XYZ | 53.2 | 59.92 | 103.37 | - |
| YUV | 196.58 | 160.97 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 211 | 255 | 0.43 | 0.17 | 0 | 0 | 204.22 | 1 | 0.79 |
| Hex | 92 | D3 | FF | 2B | 11 | 0 | 0 | CC | 64 | 4F |
| Octal | 222 | 323 | 377 | 53 | 21 | 0 | 0 | 314 | 144 | 117 |
| Binary | 10010010 | 11010011 | 11111111 | 101011 | 10001 | 0 | 0 | 11001100 | 1100100 | 1001111 |
Color Harmonies of #92D3FF
Complementary color
Monochromatic Colors of #92D3FF
Black with #92D3FF
Text Example
Text Example
White with #92D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D3FF; }
p { color: rgb(146,211,255); }
H1.HeaderClassName
{
color: #92D3FF;
}
.AnyTagClassName
{
color: #92D3FF;
}
</style>
background-color css
<style>
a { background-color: #92D3FF; }
a { background-color: rgb(146,211,255); }
div.DivClassName
{
background-color: #92D3FF;
}
.BgClassName
{
background-color: #92D3FF;
}
</style>
border-color css
<style>
span { border-color: #92D3FF; }
span { border-color: rgb(146,211,255); }
td.TdClassName
{
border-color: #92D3FF;
}
.TagClassName
{
border-color: #92D3FF;
}
</style>