#92BAF7

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

Shades of Light Sky Blue #92BAF7

Tints of Light Sky Blue #92BAF7

Color information

#92BAF7 (or 0x92BAF7) is unknown color: approx Light Sky Blue. HEX triplet: 92, BA and F7. RGB value is (146,186,247). Sum of RGB (Red+Green+Blue) = 146+186+247=579 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.22% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #92BAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BAF7 is #6D4508. Grayscale: #B4B4B4. Windows color (decimal): -7161097 or 16235154. OLE color: 16235154.

HSL color Cylindrical-coordinate representation of color #92BAF7: hue angle of 216.24º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92BAF7 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146186247-
CMYK0.410.2500.03
HSL216.24º86.32%77.06%-
HSV(B)216.24º40.89%96.86%-
XYZ46.247.9494.81-
YUV180.99165.25103.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.22%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=25.22%
G=32.12%
B=42.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1461862470.410.2500.03216.2486.3277.06
Hex92BAF7291903d8564d
Octal222272367513103330126115
Binary100100101011101011110111101001110010111101100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,186,247); }

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

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

 a { background-color: rgb(146,186,247); }

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

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

 span { border-color: rgb(146,186,247); }

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