#94B7EB

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

Shades of Perano #94B7EB

Tints of Perano #94B7EB

Color information

#94B7EB (or 0x94B7EB) is unknown color: approx Perano. HEX triplet: 94, B7 and EB. RGB value is (148,183,235). Sum of RGB (Red+Green+Blue) = 148+183+235=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #94B7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B7EB is #6B4814. Grayscale: #B2B2B2. Windows color (decimal): -7030805 or 15447956. OLE color: 15447956.

HSL color Cylindrical-coordinate representation of color #94B7EB: hue angle of 215.86º 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 #94B7EB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148183235-
CMYK0.370.2200.08
HSL215.86º68.5%75.1%-
HSV(B)215.86º37.02%92.16%-
XYZ44.1446.1685.18-
YUV178.46159.9106.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.15%
GREEN value IS 183 (71.88% from 255) = 32.33%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=26.15%
G=32.33%
B=41.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481832350.370.2200.08215.8668.575.1
Hex94B7EB251608d8454b
Octal2242673534526010330105113
Binary10010100101101111110101110010110110010001101100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B7EB; }

 p { color: rgb(148,183,235); }

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

<style>
 a { background-color: #94B7EB; }

 a { background-color: rgb(148,183,235); }

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

<style>
 span { border-color: #94B7EB; }

 span { border-color: rgb(148,183,235); }

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