#94B2F9

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

Shades of Perano #94B2F9

Tints of Perano #94B2F9

Color information

#94B2F9 (or 0x94B2F9) is unknown color: approx Perano. HEX triplet: 94, B2 and F9. RGB value is (148,178,249). Sum of RGB (Red+Green+Blue) = 148+178+249=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #94B2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B2F9 is #6B4D06. Grayscale: #B0B0B0. Windows color (decimal): -7032071 or 16364180. OLE color: 16364180.

HSL color Cylindrical-coordinate representation of color #94B2F9: hue angle of 222.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94B2F9 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148178249-
CMYK0.410.2900.02
HSL222.18º89.38%77.84%-
HSV(B)222.18º40.56%97.65%-
XYZ45.2344.9895.92-
YUV177.12168.56107.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.74%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=25.74%
G=30.96%
B=43.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481782490.410.2900.02222.1889.3877.84
Hex94B2F9291D02de594e
Octal224262371513502336131116
Binary100101001011001011111001101001111010101101111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,178,249); }

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

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

 a { background-color: rgb(148,178,249); }

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

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

 span { border-color: rgb(148,178,249); }

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