#93BCFE

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

Shades of Light Sky Blue #93BCFE

Tints of Light Sky Blue #93BCFE

Color information

#93BCFE (or 0x93BCFE) is unknown color: approx Light Sky Blue. HEX triplet: 93, BC and FE. RGB value is (147,188,254). Sum of RGB (Red+Green+Blue) = 147+188+254=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #93BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BCFE is #6C4301. Grayscale: #B6B6B6. Windows color (decimal): -7095042 or 16694419. OLE color: 16694419.

HSL color Cylindrical-coordinate representation of color #93BCFE: hue angle of 217.01º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93BCFE is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB147188254-
CMYK0.420.2600.00
HSL217.01º98.17%78.63%-
HSV(B)217.01º42.13%99.61%-
XYZ47.9149.33100.76-
YUV183.26167.92102.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.96%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=24.96%
G=31.92%
B=43.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1471882540.420.2600.00217.0198.1778.63
Hex93BCFE2A1A00d9624f
Octal223274376523200331142117
Binary10010011101111001111111010101011010001101100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,188,254); }

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

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

 a { background-color: rgb(147,188,254); }

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

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

 span { border-color: rgb(147,188,254); }

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