#93d3f6

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

Shades of Light Sky Blue #93D3F6

Tints of Light Sky Blue #93D3F6

Color information

#93D3F6 (or 0x93D3F6) is unknown color: approx Light Sky Blue. HEX triplet: 93, D3 and F6. RGB value is (147,211,246). Sum of RGB (Red+Green+Blue) = 147+211+246=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #93D3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D3F6 is #6C2C09. Grayscale: #C3C3C3. Windows color (decimal): -7089162 or 16176019. OLE color: 16176019.

HSL color Cylindrical-coordinate representation of color #93D3F6: hue angle of 201.21º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93D3F6 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147211246-
CMYK0.400.1400.04
HSL201.21º84.62%77.06%-
HSV(B)201.21º40.24%96.47%-
XYZ51.9659.4595.92-
YUV195.85156.393.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.34%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=24.34%
G=34.93%
B=40.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472112460.400.1400.04201.2184.6277.06
Hex93D3F628E04c9554d
Octal223323366501604311125115
Binary100100111101001111110110101000111001001100100110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93d3f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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