#92C5FE

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

Shades of Light Sky Blue #92C5FE

Tints of Light Sky Blue #92C5FE

Color information

#92C5FE (or 0x92C5FE) is unknown color: approx Light Sky Blue. HEX triplet: 92, C5 and FE. RGB value is (146,197,254). Sum of RGB (Red+Green+Blue) = 146+197+254=597 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.46% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #92C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C5FE is #6D3A01. Grayscale: #BBBBBB. Windows color (decimal): -7158274 or 16696722. OLE color: 16696722.

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

Color convert

RGB146197254-
CMYK0.430.2200.00
HSL211.67º98.18%78.43%-
HSV(B)211.67º42.52%99.61%-
XYZ49.7153.2101.41-
YUV188.25165.197.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.46%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=24.46%
G=33.00%
B=42.55%

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
Decimal1461972540.430.2200.00211.6798.1878.43
Hex92C5FE2B1600d4624e
Octal222305376532600324142116
Binary10010010110001011111111010101110110001101010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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