#98ACF0

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

Shades of Perano #98ACF0

Tints of Perano #98ACF0

Color information

#98ACF0 (or 0x98ACF0) is unknown color: approx Perano. HEX triplet: 98, AC and F0. RGB value is (152,172,240). Sum of RGB (Red+Green+Blue) = 152+172+240=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #98ACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ACF0 is #67530F. Grayscale: #ADADAD. Windows color (decimal): -6771472 or 15772824. OLE color: 15772824.

HSL color Cylindrical-coordinate representation of color #98ACF0: hue angle of 226.36º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98ACF0 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152172240-
CMYK0.370.2800.06
HSL226.36º74.58%76.86%-
HSV(B)226.36º36.67%94.12%-
XYZ43.4342.4788.35-
YUV173.77165.37112.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 240 (94.14% from 255) = 42.55%
R=26.95%
G=30.50%
B=42.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521722400.370.2800.06226.3674.5876.86
Hex98ACF0251C06e24b4d
Octal230254360453406342113115
Binary1001100010101100111100001001011110001101110001010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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