Shades of Light Sky Blue #92D4FB
Tints of Light Sky Blue #92D4FB
RGB
CMYK
RGB Variations
Color information
#92D4FB (or 0x92D4FB) is known color: Light Sky Blue. HEX triplet: 92, D4 and FB. RGB value is (146,212,251). Sum of RGB (Red+Green+Blue) = 146+212+251=609 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.97% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #92D4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D4FB is #6D2B04. Grayscale: #C4C4C4. Windows color (decimal): -7154437 or 16503954. OLE color: 16503954.
HSL color Cylindrical-coordinate representation of color #92D4FB: hue angle of 202.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92D4FB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 212 | 251 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.02 |
| HSL | 202.29º | 0.93% | 0.78% | - |
| HSV(B) | 202.29º | 0.42% | 0.98% | - |
| XYZ | 52.81 | 60.16 | 100.1 | - |
| YUV | 196.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 212 | 251 | 0.42 | 0.16 | 0 | 0.02 | 202.29 | 0.93 | 0.78 |
| Hex | 92 | D4 | FB | 2A | 10 | 0 | 2 | CA | 5D | 4E |
| Octal | 222 | 324 | 373 | 52 | 20 | 0 | 2 | 312 | 135 | 116 |
| Binary | 10010010 | 11010100 | 11111011 | 101010 | 10000 | 0 | 10 | 11001010 | 1011101 | 1001110 |
Color Harmonies of #92D4FB
Complementary color
Monochromatic Colors of #92D4FB
Black with #92D4FB
Text Example
Text Example
White with #92D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D4FB; }
p { color: rgb(146,212,251); }
H1.HeaderClassName
{
color: #92D4FB;
}
.AnyTagClassName
{
color: #92D4FB;
}
</style>
background-color css
<style>
a { background-color: #92D4FB; }
a { background-color: rgb(146,212,251); }
div.DivClassName
{
background-color: #92D4FB;
}
.BgClassName
{
background-color: #92D4FB;
}
</style>
border-color css
<style>
span { border-color: #92D4FB; }
span { border-color: rgb(146,212,251); }
td.TdClassName
{
border-color: #92D4FB;
}
.TagClassName
{
border-color: #92D4FB;
}
</style>