#93B7EE

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

Shades of Perano #93B7EE

Tints of Perano #93B7EE

Color information

#93B7EE (or 0x93B7EE) is unknown color: approx Perano. HEX triplet: 93, B7 and EE. RGB value is (147,183,238). Sum of RGB (Red+Green+Blue) = 147+183+238=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #93B7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B7EE is #6C4811. Grayscale: #B2B2B2. Windows color (decimal): -7096338 or 15644563. OLE color: 15644563.

HSL color Cylindrical-coordinate representation of color #93B7EE: hue angle of 216.26º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93B7EE is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147183238-
CMYK0.380.2300.07
HSL216.26º72.8%75.49%-
HSV(B)216.26º38.24%93.33%-
XYZ44.446.2487.47-
YUV178.51161.57105.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.88%
GREEN value IS 183 (71.88% from 255) = 32.22%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=25.88%
G=32.22%
B=41.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471832380.380.2300.07216.2672.875.49
Hex93B7EE261707d8494b
Octal223267356462707330111113
Binary1001001110110111111011101001101011101111101100010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,183,238); }

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

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

 a { background-color: rgb(147,183,238); }

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

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

 span { border-color: rgb(147,183,238); }

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