#93B1F9

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

Shades of Perano #93B1F9

Tints of Perano #93B1F9

Color information

#93B1F9 (or 0x93B1F9) is unknown color: approx Perano. HEX triplet: 93, B1 and F9. RGB value is (147,177,249). Sum of RGB (Red+Green+Blue) = 147+177+249=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #93B1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B1F9 is #6C4E06. Grayscale: #AFAFAF. Windows color (decimal): -7097863 or 16363923. OLE color: 16363923.

HSL color Cylindrical-coordinate representation of color #93B1F9: hue angle of 222.35º degrees, saturation: 0.89, 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 #93B1F9 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147177249-
CMYK0.410.2900.02
HSL222.35º89.47%77.65%-
HSV(B)222.35º40.96%97.65%-
XYZ44.8544.4995.85-
YUV176.24169.06107.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.65%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=25.65%
G=30.89%
B=43.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471772490.410.2900.02222.3589.4777.65
Hex93B1F9291D02de594e
Octal223261371513502336131116
Binary100100111011000111111001101001111010101101111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,177,249); }

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

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

 a { background-color: rgb(147,177,249); }

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

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

 span { border-color: rgb(147,177,249); }

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