#94B4FF

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

Shades of Perano #94B4FF

Tints of Perano #94B4FF

Color information

#94B4FF (or 0x94B4FF) is unknown color: approx Perano. HEX triplet: 94, B4 and FF. RGB value is (148,180,255). Sum of RGB (Red+Green+Blue) = 148+180+255=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #94B4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B4FF is #6B4B00. Grayscale: #B2B2B2. Windows color (decimal): -7031553 or 16757908. OLE color: 16757908.

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

Color convert

RGB148180255-
CMYK0.420.2900
HSL222.06º100%79.02%-
HSV(B)222.06º41.96%100%-
XYZ46.5846.16101.06-
YUV178.98170.9105.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.39%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 255 (100% from 255) = 43.74%
R=25.39%
G=30.87%
B=43.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481802550.420.2900222.0610079.02
Hex94B4FF2A1D00de644f
Octal224264377523500336144117
Binary10010100101101001111111110101011101001101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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