#94B3F2

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

Shades of Perano #94B3F2

Tints of Perano #94B3F2

Color information

#94B3F2 (or 0x94B3F2) is unknown color: approx Perano. HEX triplet: 94, B3 and F2. RGB value is (148,179,242). Sum of RGB (Red+Green+Blue) = 148+179+242=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #94B3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B3F2 is #6B4C0D. Grayscale: #B0B0B0. Windows color (decimal): -7031822 or 15905684. OLE color: 15905684.

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

Color convert

RGB148179242-
CMYK0.390.2600.05
HSL220.21º78.33%76.47%-
HSV(B)220.21º38.84%94.9%-
XYZ44.3644.9590.34-
YUV176.91164.73107.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.01%
GREEN value IS 179 (70.31% from 255) = 31.46%
BLUE value IS 242 (94.92% from 255) = 42.53%
R=26.01%
G=31.46%
B=42.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481792420.390.2600.05220.2178.3376.47
Hex94B3F2271A05dc4e4c
Octal224263362473205334116114
Binary1001010010110011111100101001111101001011101110010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,179,242); }

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

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

 a { background-color: rgb(148,179,242); }

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

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

 span { border-color: rgb(148,179,242); }

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