#94ABEF

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

Shades of Perano #94ABEF

Tints of Perano #94ABEF

Color information

#94ABEF (or 0x94ABEF) is unknown color: approx Perano. HEX triplet: 94, AB and EF. RGB value is (148,171,239). Sum of RGB (Red+Green+Blue) = 148+171+239=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #94ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ABEF is #6B5410. Grayscale: #ABABAB. Windows color (decimal): -7033873 or 15707028. OLE color: 15707028.

HSL color Cylindrical-coordinate representation of color #94ABEF: hue angle of 224.84º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94ABEF is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148171239-
CMYK0.380.2800.06
HSL224.84º73.98%75.88%-
HSV(B)224.84º38.08%93.73%-
XYZ42.3641.6587.47-
YUV171.88165.88110.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.52%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=26.52%
G=30.65%
B=42.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481712390.380.2800.06224.8473.9875.88
Hex94ABEF261C06e14a4c
Octal224253357463406341112114
Binary1001010010101011111011111001101110001101110000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,239); }

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

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

 a { background-color: rgb(148,171,239); }

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

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

 span { border-color: rgb(148,171,239); }

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