#94B5EB

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

Shades of Perano #94B5EB

Tints of Perano #94B5EB

Color information

#94B5EB (or 0x94B5EB) is unknown color: approx Perano. HEX triplet: 94, B5 and EB. RGB value is (148,181,235). Sum of RGB (Red+Green+Blue) = 148+181+235=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #94B5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B5EB is #6B4A14. Grayscale: #B1B1B1. Windows color (decimal): -7031317 or 15447444. OLE color: 15447444.

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

Color convert

RGB148181235-
CMYK0.370.2300.08
HSL217.24º68.5%75.1%-
HSV(B)217.24º37.02%92.16%-
XYZ43.7345.3485.04-
YUV177.29160.57107.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.24%
GREEN value IS 181 (71.09% from 255) = 32.09%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=26.24%
G=32.09%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481812350.370.2300.08217.2468.575.1
Hex94B5EB251708d9454b
Octal2242653534527010331105113
Binary10010100101101011110101110010110111010001101100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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