#93B5FB

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

Shades of Perano #93B5FB

Tints of Perano #93B5FB

Color information

#93B5FB (or 0x93B5FB) is unknown color: approx Perano. HEX triplet: 93, B5 and FB. RGB value is (147,181,251). Sum of RGB (Red+Green+Blue) = 147+181+251=579 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.39% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #93B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B5FB is #6C4A04. Grayscale: #B2B2B2. Windows color (decimal): -7096837 or 16496019. OLE color: 16496019.

HSL color Cylindrical-coordinate representation of color #93B5FB: hue angle of 220.38º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93B5FB is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147181251-
CMYK0.410.2800.02
HSL220.38º92.86%78.04%-
HSV(B)220.38º41.43%98.43%-
XYZ45.9746.2297.76-
YUV178.81168.74105.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.39%
GREEN value IS 181 (71.09% from 255) = 31.26%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=25.39%
G=31.26%
B=43.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471812510.410.2800.02220.3892.8678.04
Hex93B5FB291C02dc5d4e
Octal223265373513402334135116
Binary100100111011010111111011101001111000101101110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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