#93BAFC

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

Shades of Light Sky Blue #93BAFC

Tints of Light Sky Blue #93BAFC

Color information

#93BAFC (or 0x93BAFC) is unknown color: approx Light Sky Blue. HEX triplet: 93, BA and FC. RGB value is (147,186,252). Sum of RGB (Red+Green+Blue) = 147+186+252=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #93BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAFC is #6C4503. Grayscale: #B5B5B5. Windows color (decimal): -7095556 or 16562835. OLE color: 16562835.

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

Color convert

RGB147186252-
CMYK0.420.2600.01
HSL217.71º94.59%78.24%-
HSV(B)217.71º41.67%98.82%-
XYZ47.1648.3598.94-
YUV181.86167.58103.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.13%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=25.13%
G=31.79%
B=43.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471862520.420.2600.01217.7194.5978.24
Hex93BAFC2A1A01da5f4e
Octal223272374523201332137116
Binary10010011101110101111110010101011010011101101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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