#94B1EE

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

Shades of Perano #94B1EE

Tints of Perano #94B1EE

Color information

#94B1EE (or 0x94B1EE) is unknown color: approx Perano. HEX triplet: 94, B1 and EE. RGB value is (148,177,238). Sum of RGB (Red+Green+Blue) = 148+177+238=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #94B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B1EE is #6B4E11. Grayscale: #AFAFAF. Windows color (decimal): -7032338 or 15643028. OLE color: 15643028.

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

Color convert

RGB148177238-
CMYK0.380.2600.07
HSL220.67º72.58%75.69%-
HSV(B)220.67º37.82%93.33%-
XYZ43.3743.9187.08-
YUV175.28163.39108.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.29%
GREEN value IS 177 (69.53% from 255) = 31.44%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=26.29%
G=31.44%
B=42.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481772380.380.2600.07220.6772.5875.69
Hex94B1EE261A07dd494c
Octal224261356463207335111114
Binary1001010010110001111011101001101101001111101110110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,238); }

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

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

 a { background-color: rgb(148,177,238); }

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

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

 span { border-color: rgb(148,177,238); }

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