#93D3F7

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

Shades of Light Sky Blue #93D3F7

Tints of Light Sky Blue #93D3F7

Color information

#93D3F7 (or 0x93D3F7) is unknown color: approx Light Sky Blue. HEX triplet: 93, D3 and F7. RGB value is (147,211,247). Sum of RGB (Red+Green+Blue) = 147+211+247=605 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.30% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #93D3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D3F7 is #6C2C08. Grayscale: #C3C3C3. Windows color (decimal): -7089161 or 16241555. OLE color: 16241555.

HSL color Cylindrical-coordinate representation of color #93D3F7: hue angle of 201.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93D3F7 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147211247-
CMYK0.400.1500.03
HSL201.6º86.21%77.25%-
HSV(B)201.6º40.49%96.86%-
XYZ52.1259.5196.73-
YUV195.97156.893.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.30%
GREEN value IS 211 (82.81% from 255) = 34.88%
BLUE value IS 247 (96.88% from 255) = 40.83%
R=24.30%
G=34.88%
B=40.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472112470.400.1500.03201.686.2177.25
Hex93D3F728F03ca564d
Octal223323367501703312126115
Binary10010011110100111111011110100011110111100101010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,211,247); }

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

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

 a { background-color: rgb(147,211,247); }

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

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

 span { border-color: rgb(147,211,247); }

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