#92C3FB

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

Shades of Light Sky Blue #92C3FB

Tints of Light Sky Blue #92C3FB

Color information

#92C3FB (or 0x92C3FB) is unknown color: approx Light Sky Blue. HEX triplet: 92, C3 and FB. RGB value is (146,195,251). Sum of RGB (Red+Green+Blue) = 146+195+251=592 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.66% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #92C3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C3FB is #6D3C04. Grayscale: #BABABA. Windows color (decimal): -7158789 or 16499602. OLE color: 16499602.

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

Color convert

RGB146195251-
CMYK0.420.2200.02
HSL212º92.92%77.84%-
HSV(B)212º41.83%98.43%-
XYZ48.7852.1198.75-
YUV186.73164.2798.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.66%
GREEN value IS 195 (76.56% from 255) = 32.94%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=24.66%
G=32.94%
B=42.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461952510.420.2200.0221292.9277.84
Hex92C3FB2A1602d45d4e
Octal222303373522602324135116
Binary100100101100001111111011101010101100101101010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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