#94B1FF

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

Shades of Perano #94B1FF

Tints of Perano #94B1FF

Color information

#94B1FF (or 0x94B1FF) is unknown color: approx Perano. HEX triplet: 94, B1 and FF. RGB value is (148,177,255). Sum of RGB (Red+Green+Blue) = 148+177+255=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #94B1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B1FF is #6B4E00. Grayscale: #B0B0B0. Windows color (decimal): -7032321 or 16757140. OLE color: 16757140.

HSL color Cylindrical-coordinate representation of color #94B1FF: hue angle of 223.74º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94B1FF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148177255-
CMYK0.420.3100
HSL223.74º100%79.02%-
HSV(B)223.74º41.96%100%-
XYZ45.9844.96100.86-
YUV177.22171.89107.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.52%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 255 (100% from 255) = 43.97%
R=25.52%
G=30.52%
B=43.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481772550.420.3100223.7410079.02
Hex94B1FF2A1F00e0644f
Octal224261377523700340144117
Binary10010100101100011111111110101011111001110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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