#93BEFA

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

Shades of Light Sky Blue #93BEFA

Tints of Light Sky Blue #93BEFA

Color information

#93BEFA (or 0x93BEFA) is unknown color: approx Light Sky Blue. HEX triplet: 93, BE and FA. RGB value is (147,190,250). Sum of RGB (Red+Green+Blue) = 147+190+250=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #93BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BEFA is #6C4105. Grayscale: #B7B7B7. Windows color (decimal): -7094534 or 16432787. OLE color: 16432787.

HSL color Cylindrical-coordinate representation of color #93BEFA: hue angle of 214.95º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93BEFA is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147190250-
CMYK0.410.2400.02
HSL214.95º91.15%77.84%-
HSV(B)214.95º41.2%98.04%-
XYZ47.749.9397.57-
YUV183.98165.25101.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.04%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=25.04%
G=32.37%
B=42.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471902500.410.2400.02214.9591.1577.84
Hex93BEFA291802d75b4e
Octal223276372513002327133116
Binary100100111011111011111010101001110000101101011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,190,250); }

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

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

 a { background-color: rgb(147,190,250); }

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

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

 span { border-color: rgb(147,190,250); }

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