#93B8FC

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

Shades of Light Sky Blue #93B8FC

Tints of Light Sky Blue #93B8FC

Color information

#93B8FC (or 0x93B8FC) is unknown color: approx Light Sky Blue. HEX triplet: 93, B8 and FC. RGB value is (147,184,252). Sum of RGB (Red+Green+Blue) = 147+184+252=583 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.21% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #93B8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B8FC is #6C4703. Grayscale: #B4B4B4. Windows color (decimal): -7096068 or 16562323. OLE color: 16562323.

HSL color Cylindrical-coordinate representation of color #93B8FC: hue angle of 218.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93B8FC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147184252-
CMYK0.420.2700.01
HSL218.86º94.59%78.24%-
HSV(B)218.86º41.67%98.82%-
XYZ46.7447.5198.8-
YUV180.69168.24103.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.21%
GREEN value IS 184 (72.27% from 255) = 31.56%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=25.21%
G=31.56%
B=43.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471842520.420.2700.01218.8694.5978.24
Hex93B8FC2A1B01db5f4e
Octal223270374523301333137116
Binary10010011101110001111110010101011011011101101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B8FC; }

 p { color: rgb(147,184,252); }

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

<style>
 a { background-color: #93B8FC; }

 a { background-color: rgb(147,184,252); }

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

<style>
 span { border-color: #93B8FC; }

 span { border-color: rgb(147,184,252); }

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