#92BAFB

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

Shades of Light Sky Blue #92BAFB

Tints of Light Sky Blue #92BAFB

Color information

#92BAFB (or 0x92BAFB) is unknown color: approx Light Sky Blue. HEX triplet: 92, BA and FB. RGB value is (146,186,251). Sum of RGB (Red+Green+Blue) = 146+186+251=583 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.04% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #92BAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BAFB is #6D4504. Grayscale: #B5B5B5. Windows color (decimal): -7161093 or 16497298. OLE color: 16497298.

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

Color convert

RGB146186251-
CMYK0.420.2600.02
HSL217.14º92.92%77.84%-
HSV(B)217.14º41.83%98.43%-
XYZ46.8348.1998.1-
YUV181.45167.25102.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.04%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=25.04%
G=31.90%
B=43.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461862510.420.2600.02217.1492.9277.84
Hex92BAFB2A1A02d95d4e
Octal222272373523202331135116
Binary100100101011101011111011101010110100101101100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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