#92BDF9

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

Shades of Light Sky Blue #92BDF9

Tints of Light Sky Blue #92BDF9

Color information

#92BDF9 (or 0x92BDF9) is unknown color: approx Light Sky Blue. HEX triplet: 92, BD and F9. RGB value is (146,189,249). Sum of RGB (Red+Green+Blue) = 146+189+249=584 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #92BDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDF9 is #6D4206. Grayscale: #B6B6B6. Windows color (decimal): -7160327 or 16366994. OLE color: 16366994.

HSL color Cylindrical-coordinate representation of color #92BDF9: hue angle of 214.95º 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 #92BDF9 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146189249-
CMYK0.410.2400.02
HSL214.95º89.57%77.45%-
HSV(B)214.95º41.37%97.65%-
XYZ47.1549.3596.66-
YUV182.98165.25101.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=25%
G=32.36%
B=42.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461892490.410.2400.02214.9589.5777.45
Hex92BDF9291802d75a4d
Octal222275371513002327132115
Binary100100101011110111111001101001110000101101011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,249); }

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

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

 a { background-color: rgb(146,189,249); }

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

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

 span { border-color: rgb(146,189,249); }

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