#92C6FE

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

Shades of Light Sky Blue #92C6FE

Tints of Light Sky Blue #92C6FE

Color information

#92C6FE (or 0x92C6FE) is unknown color: approx Light Sky Blue. HEX triplet: 92, C6 and FE. RGB value is (146,198,254). Sum of RGB (Red+Green+Blue) = 146+198+254=598 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.41% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #92C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C6FE is #6D3901. Grayscale: #BCBCBC. Windows color (decimal): -7158018 or 16696978. OLE color: 16696978.

HSL color Cylindrical-coordinate representation of color #92C6FE: hue angle of 211.11º 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 #92C6FE is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB146198254-
CMYK0.430.2200.00
HSL211.11º98.18%78.43%-
HSV(B)211.11º42.52%99.61%-
XYZ49.9453.65101.49-
YUV188.84164.7797.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.41%
GREEN value IS 198 (77.73% from 255) = 33.11%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=24.41%
G=33.11%
B=42.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1461982540.430.2200.00211.1198.1878.43
Hex92C6FE2B1600d3624e
Octal222306376532600323142116
Binary10010010110001101111111010101110110001101001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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