#92BBFE

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

Shades of Light Sky Blue #92BBFE

Tints of Light Sky Blue #92BBFE

Color information

#92BBFE (or 0x92BBFE) is unknown color: approx Light Sky Blue. HEX triplet: 92, BB and FE. RGB value is (146,187,254). Sum of RGB (Red+Green+Blue) = 146+187+254=587 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.87% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #92BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBFE is #6D4401. Grayscale: #B6B6B6. Windows color (decimal): -7160834 or 16694162. OLE color: 16694162.

HSL color Cylindrical-coordinate representation of color #92BBFE: hue angle of 217.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92BBFE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB146187254-
CMYK0.430.2600.00
HSL217.22º98.18%78.43%-
HSV(B)217.22º42.52%99.61%-
XYZ47.5148.81100.68-
YUV182.38168.42102.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.87%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=24.87%
G=31.86%
B=43.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1461872540.430.2600.00217.2298.1878.43
Hex92BBFE2B1A00d9624e
Octal222273376533200331142116
Binary10010010101110111111111010101111010001101100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,254); }

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

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

 a { background-color: rgb(146,187,254); }

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

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

 span { border-color: rgb(146,187,254); }

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