#94B1F1

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

Shades of Perano #94B1F1

Tints of Perano #94B1F1

Color information

#94B1F1 (or 0x94B1F1) is unknown color: approx Perano. HEX triplet: 94, B1 and F1. RGB value is (148,177,241). Sum of RGB (Red+Green+Blue) = 148+177+241=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #94B1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B1F1 is #6B4E0E. Grayscale: #AFAFAF. Windows color (decimal): -7032335 or 15839636. OLE color: 15839636.

HSL color Cylindrical-coordinate representation of color #94B1F1: hue angle of 221.29º 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 #94B1F1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148177241-
CMYK0.390.2700.05
HSL221.29º76.86%76.27%-
HSV(B)221.29º38.59%94.51%-
XYZ43.8144.0989.42-
YUV175.62164.89108.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.15%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=26.15%
G=31.27%
B=42.58%

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
Decimal1481772410.390.2700.05221.2976.8676.27
Hex94B1F1271B05dd4d4c
Octal224261361473305335115114
Binary1001010010110001111100011001111101101011101110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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