#92B9FC

Color #92B9FC Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #92B9FC

Tints of Light Sky Blue #92B9FC

Color information

#92B9FC (or 0x92B9FC) is unknown color: approx Light Sky Blue. HEX triplet: 92, B9 and FC. RGB value is (146,185,252). Sum of RGB (Red+Green+Blue) = 146+185+252=583 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.04% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #92B9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B9FC is #6D4603. Grayscale: #B4B4B4. Windows color (decimal): -7161348 or 16562578. OLE color: 16562578.

HSL color Cylindrical-coordinate representation of color #92B9FC: hue angle of 217.92º 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 #92B9FC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146185252-
CMYK0.420.2700.01
HSL217.92º94.64%78.04%-
HSV(B)217.92º42.06%98.82%-
XYZ46.7747.8498.86-
YUV180.98168.08103.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 25.04%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=25.04%
G=31.73%
B=43.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461852520.420.2700.01217.9294.6478.04
Hex92B9FC2A1B01da5f4e
Octal222271374523301332137116
Binary10010010101110011111110010101011011011101101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92B9FC; }

 p { color: rgb(146,185,252); }

 H1.HeaderClassName
 {
   color: #92B9FC;
 }
 .AnyTagClassName
 {
   color: #92B9FC;
 }
</style>
background-color css

<style>
 a { background-color: #92B9FC; }

 a { background-color: rgb(146,185,252); }

 div.DivClassName
 {
   background-color: #92B9FC;
 }
 .BgClassName
 {
   background-color: #92B9FC;
 }
</style>
border-color css

<style>
 span { border-color: #92B9FC; }

 span { border-color: rgb(146,185,252); }

 td.TdClassName
 {
   border-color: #92B9FC;
 }
 .TagClassName
 {
   border-color: #92B9FC;
 }
</style>