#98ACFF

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

Shades of Perano #98ACFF

Tints of Perano #98ACFF

Color information

#98ACFF (or 0x98ACFF) is unknown color: approx Perano. HEX triplet: 98, AC and FF. RGB value is (152,172,255). Sum of RGB (Red+Green+Blue) = 152+172+255=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 172 (67.58% from 255 or 29.71% 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 #98ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ACFF is #675300. Grayscale: #AFAFAF. Windows color (decimal): -6771457 or 16755864. OLE color: 16755864.

HSL color Cylindrical-coordinate representation of color #98ACFF: hue angle of 228.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98ACFF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152172255-
CMYK0.400.3300
HSL228.35º100%79.8%-
HSV(B)228.35º40.39%100%-
XYZ45.7543.4100.57-
YUV175.48172.87111.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.25%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 255 (100% from 255) = 44.04%
R=26.25%
G=29.71%
B=44.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521722550.400.3300228.3510079.8
Hex98ACFF282100e46450
Octal230254377504100344144120
Binary100110001010110011111111101000100001001110010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98ACFF; }

 p { color: rgb(152,172,255); }

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

<style>
 a { background-color: #98ACFF; }

 a { background-color: rgb(152,172,255); }

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

<style>
 span { border-color: #98ACFF; }

 span { border-color: rgb(152,172,255); }

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