#98ABF5

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

Shades of Perano #98ABF5

Tints of Perano #98ABF5

Color information

#98ABF5 (or 0x98ABF5) is unknown color: approx Perano. HEX triplet: 98, AB and F5. RGB value is (152,171,245). Sum of RGB (Red+Green+Blue) = 152+171+245=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #98ABF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABF5 is #67540A. Grayscale: #ADADAD. Windows color (decimal): -6771723 or 16100248. OLE color: 16100248.

HSL color Cylindrical-coordinate representation of color #98ABF5: hue angle of 227.74º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98ABF5 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB152171245-
CMYK0.380.3000.04
HSL227.74º82.3%77.84%-
HSV(B)227.74º37.96%96.08%-
XYZ43.9942.3992.25-
YUV173.76168.21112.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.76%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 245 (96.09% from 255) = 43.13%
R=26.76%
G=30.11%
B=43.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1521712450.380.3000.04227.7482.377.84
Hex98ABF5261E04e4524e
Octal230253365463604344122116
Binary1001100010101011111101011001101111001001110010010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,171,245); }

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

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

 a { background-color: rgb(152,171,245); }

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

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

 span { border-color: rgb(152,171,245); }

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