#93B0EB

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

Shades of Perano #93B0EB

Tints of Perano #93B0EB

Color information

#93B0EB (or 0x93B0EB) is unknown color: approx Perano. HEX triplet: 93, B0 and EB. RGB value is (147,176,235). Sum of RGB (Red+Green+Blue) = 147+176+235=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #93B0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B0EB is #6C4F14. Grayscale: #ADADAD. Windows color (decimal): -7098133 or 15446163. OLE color: 15446163.

HSL color Cylindrical-coordinate representation of color #93B0EB: hue angle of 220.23º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93B0EB is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147176235-
CMYK0.370.2500.08
HSL220.23º68.75%74.9%-
HSV(B)220.23º37.45%92.16%-
XYZ42.5543.2584.7-
YUV174.05162.39108.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 176 (69.14% from 255) = 31.54%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=26.34%
G=31.54%
B=42.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471762350.370.2500.08220.2368.7574.9
Hex93B0EB251908dc454b
Octal2232603534531010334105113
Binary10010011101100001110101110010111001010001101110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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