#98ABF8

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

Shades of Perano #98ABF8

Tints of Perano #98ABF8

Color information

#98ABF8 (or 0x98ABF8) is unknown color: approx Perano. HEX triplet: 98, AB and F8. RGB value is (152,171,248). Sum of RGB (Red+Green+Blue) = 152+171+248=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #98ABF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABF8 is #675407. Grayscale: #ADADAD. Windows color (decimal): -6771720 or 16296856. OLE color: 16296856.

HSL color Cylindrical-coordinate representation of color #98ABF8: hue angle of 228.12º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98ABF8 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152171248-
CMYK0.390.3100.03
HSL228.12º87.27%78.43%-
HSV(B)228.12º38.71%97.25%-
XYZ44.4642.5894.68-
YUV174.1169.71112.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.62%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 248 (97.27% from 255) = 43.43%
R=26.62%
G=29.95%
B=43.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521712480.390.3100.03228.1287.2778.43
Hex98ABF8271F03e4574e
Octal230253370473703344127116
Binary100110001010101111111000100111111110111110010010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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