#93B1F1

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

Shades of Perano #93B1F1

Tints of Perano #93B1F1

Color information

#93B1F1 (or 0x93B1F1) is unknown color: approx Perano. HEX triplet: 93, B1 and F1. RGB value is (147,177,241). Sum of RGB (Red+Green+Blue) = 147+177+241=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #93B1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B1F1 is #6C4E0E. Grayscale: #AFAFAF. Windows color (decimal): -7097871 or 15839635. OLE color: 15839635.

HSL color Cylindrical-coordinate representation of color #93B1F1: hue angle of 220.85º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93B1F1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147177241-
CMYK0.390.2700.05
HSL220.85º77.05%76.08%-
HSV(B)220.85º39%94.51%-
XYZ43.634489.41-
YUV175.33165.06107.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.02%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=26.02%
G=31.33%
B=42.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471772410.390.2700.05220.8577.0576.08
Hex93B1F1271B05dd4d4c
Octal223261361473305335115114
Binary1001001110110001111100011001111101101011101110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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