#94AFEB

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

Shades of Perano #94AFEB

Tints of Perano #94AFEB

Color information

#94AFEB (or 0x94AFEB) is unknown color: approx Perano. HEX triplet: 94, AF and EB. RGB value is (148,175,235). Sum of RGB (Red+Green+Blue) = 148+175+235=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #94AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AFEB is #6B5014. Grayscale: #ADADAD. Windows color (decimal): -7032853 or 15445908. OLE color: 15445908.

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

Color convert

RGB148175235-
CMYK0.370.2600.08
HSL221.38º68.5%75.1%-
HSV(B)221.38º37.02%92.16%-
XYZ42.5442.9584.65-
YUV173.77162.55109.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.52%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=26.52%
G=31.36%
B=42.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481752350.370.2600.08221.3868.575.1
Hex94AFEB251A08dd454b
Octal2242573534532010335105113
Binary10010100101011111110101110010111010010001101110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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