#94AFF1

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

Shades of Perano #94AFF1

Tints of Perano #94AFF1

Color information

#94AFF1 (or 0x94AFF1) is unknown color: approx Perano. HEX triplet: 94, AF and F1. RGB value is (148,175,241). Sum of RGB (Red+Green+Blue) = 148+175+241=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #94AFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AFF1 is #6B500E. Grayscale: #AEAEAE. Windows color (decimal): -7032847 or 15839124. OLE color: 15839124.

HSL color Cylindrical-coordinate representation of color #94AFF1: hue angle of 222.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94AFF1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148175241-
CMYK0.390.2700.05
HSL222.58º76.86%76.27%-
HSV(B)222.58º38.59%94.51%-
XYZ43.4243.3189.29-
YUV174.45165.55109.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.24%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=26.24%
G=31.03%
B=42.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481752410.390.2700.05222.5876.8676.27
Hex94AFF1271B05df4d4c
Octal224257361473305337115114
Binary1001010010101111111100011001111101101011101111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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