#93B9FC

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

Shades of Light Sky Blue #93B9FC

Tints of Light Sky Blue #93B9FC

Color information

#93B9FC (or 0x93B9FC) is unknown color: approx Light Sky Blue. HEX triplet: 93, B9 and FC. RGB value is (147,185,252). Sum of RGB (Red+Green+Blue) = 147+185+252=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #93B9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B9FC is #6C4603. Grayscale: #B4B4B4. Windows color (decimal): -7095812 or 16562579. OLE color: 16562579.

HSL color Cylindrical-coordinate representation of color #93B9FC: hue angle of 218.29º 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 #93B9FC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147185252-
CMYK0.420.2700.01
HSL218.29º94.59%78.24%-
HSV(B)218.29º41.67%98.82%-
XYZ46.9547.9398.87-
YUV181.28167.91103.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.17%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=25.17%
G=31.68%
B=43.15%

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
Decimal1471852520.420.2700.01218.2994.5978.24
Hex93B9FC2A1B01da5f4e
Octal223271374523301332137116
Binary10010011101110011111110010101011011011101101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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