#93C0FC

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

Shades of Light Sky Blue #93C0FC

Tints of Light Sky Blue #93C0FC

Color information

#93C0FC (or 0x93C0FC) is unknown color: approx Light Sky Blue. HEX triplet: 93, C0 and FC. RGB value is (147,192,252). Sum of RGB (Red+Green+Blue) = 147+192+252=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #93C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C0FC is #6C3F03. Grayscale: #B9B9B9. Windows color (decimal): -7094020 or 16564371. OLE color: 16564371.

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

Color convert

RGB147192252-
CMYK0.420.2400.01
HSL214.29º94.59%78.24%-
HSV(B)214.29º41.67%98.82%-
XYZ48.4550.9399.37-
YUV185.38165.59100.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.87%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 252 (98.83% from 255) = 42.64%
R=24.87%
G=32.49%
B=42.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471922520.420.2400.01214.2994.5978.24
Hex93C0FC2A1801d65f4e
Octal223300374523001326137116
Binary10010011110000001111110010101011000011101011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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