#97ACFA

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

Shades of Perano #97ACFA

Tints of Perano #97ACFA

Color information

#97ACFA (or 0x97ACFA) is unknown color: approx Perano. HEX triplet: 97, AC and FA. RGB value is (151,172,250). Sum of RGB (Red+Green+Blue) = 151+172+250=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #97ACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ACFA is #685305. Grayscale: #AEAEAE. Windows color (decimal): -6836998 or 16428183. OLE color: 16428183.

HSL color Cylindrical-coordinate representation of color #97ACFA: hue angle of 227.27º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97ACFA is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151172250-
CMYK0.400.3100.02
HSL227.27º90.83%78.63%-
HSV(B)227.27º39.6%98.04%-
XYZ44.7742.9996.38-
YUV174.61170.54111.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.35%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=26.35%
G=30.02%
B=43.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511722500.400.3100.02227.2790.8378.63
Hex97ACFA281F02e35b4f
Octal227254372503702343133117
Binary100101111010110011111010101000111110101110001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97ACFA; }

 p { color: rgb(151,172,250); }

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

<style>
 a { background-color: #97ACFA; }

 a { background-color: rgb(151,172,250); }

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

<style>
 span { border-color: #97ACFA; }

 span { border-color: rgb(151,172,250); }

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