#94B0FF

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

Shades of Perano #94B0FF

Tints of Perano #94B0FF

Color information

#94B0FF (or 0x94B0FF) is unknown color: approx Perano. HEX triplet: 94, B0 and FF. RGB value is (148,176,255). Sum of RGB (Red+Green+Blue) = 148+176+255=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #94B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B0FF is #6B4F00. Grayscale: #B0B0B0. Windows color (decimal): -7032577 or 16756884. OLE color: 16756884.

HSL color Cylindrical-coordinate representation of color #94B0FF: hue angle of 224.3º 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 #94B0FF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148176255-
CMYK0.420.3100
HSL224.3º100%79.02%-
HSV(B)224.3º41.96%100%-
XYZ45.7944.57100.8-
YUV176.63172.22107.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.56%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 255 (100% from 255) = 44.04%
R=25.56%
G=30.40%
B=44.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481762550.420.3100224.310079.02
Hex94B0FF2A1F00e0644f
Octal224260377523700340144117
Binary10010100101100001111111110101011111001110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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