#92C7FA

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

Shades of Light Sky Blue #92C7FA

Tints of Light Sky Blue #92C7FA

Color information

#92C7FA (or 0x92C7FA) is unknown color: approx Light Sky Blue. HEX triplet: 92, C7 and FA. RGB value is (146,199,250). Sum of RGB (Red+Green+Blue) = 146+199+250=595 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.54% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #92C7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C7FA is #6D3805. Grayscale: #BCBCBC. Windows color (decimal): -7157766 or 16435090. OLE color: 16435090.

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

Color convert

RGB146199250-
CMYK0.420.2000.02
HSL209.42º91.23%77.65%-
HSV(B)209.42º41.6%98.04%-
XYZ49.5353.8698.23-
YUV188.97162.4497.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.54%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=24.54%
G=33.45%
B=42.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461992500.420.2000.02209.4291.2377.65
Hex92C7FA2A1402d15b4e
Octal222307372522402321133116
Binary100100101100011111111010101010101000101101000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,199,250); }

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

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

 a { background-color: rgb(146,199,250); }

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

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

 span { border-color: rgb(146,199,250); }

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