#93B5F8

Color #93B5F8 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #93B5F8

Tints of Perano #93B5F8

Color information

#93B5F8 (or 0x93B5F8) is unknown color: approx Perano. HEX triplet: 93, B5 and F8. RGB value is (147,181,248). Sum of RGB (Red+Green+Blue) = 147+181+248=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #93B5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B5F8 is #6C4A07. Grayscale: #B2B2B2. Windows color (decimal): -7096840 or 16299411. OLE color: 16299411.

HSL color Cylindrical-coordinate representation of color #93B5F8: hue angle of 219.8º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93B5F8 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147181248-
CMYK0.410.2700.03
HSL219.8º87.83%77.45%-
HSV(B)219.8º40.73%97.25%-
XYZ45.546.0395.29-
YUV178.47167.24105.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 181 (71.09% from 255) = 31.42%
BLUE value IS 248 (97.27% from 255) = 43.06%
R=25.52%
G=31.42%
B=43.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1471812480.410.2700.03219.887.8377.45
Hex93B5F8291B03dc584d
Octal223265370513303334130115
Binary100100111011010111111000101001110110111101110010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,181,248); }

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

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

 a { background-color: rgb(147,181,248); }

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

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

 span { border-color: rgb(147,181,248); }

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