#93B0F1

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

Shades of Perano #93B0F1

Tints of Perano #93B0F1

Color information

#93B0F1 (or 0x93B0F1) is unknown color: approx Perano. HEX triplet: 93, B0 and F1. RGB value is (147,176,241). Sum of RGB (Red+Green+Blue) = 147+176+241=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #93B0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B0F1 is #6C4F0E. Grayscale: #AEAEAE. Windows color (decimal): -7098127 or 15839379. OLE color: 15839379.

HSL color Cylindrical-coordinate representation of color #93B0F1: hue angle of 221.49º 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 #93B0F1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147176241-
CMYK0.390.2700.05
HSL221.49º77.05%76.08%-
HSV(B)221.49º39%94.51%-
XYZ43.4443.689.35-
YUV174.74165.39108.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.06%
GREEN value IS 176 (69.14% from 255) = 31.21%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=26.06%
G=31.21%
B=42.73%

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
Decimal1471762410.390.2700.05221.4977.0576.08
Hex93B0F1271B05dd4d4c
Octal223260361473305335115114
Binary1001001110110000111100011001111101101011101110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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