#98ABFA

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

Shades of Perano #98ABFA

Tints of Perano #98ABFA

Color information

#98ABFA (or 0x98ABFA) is unknown color: approx Perano. HEX triplet: 98, AB and FA. RGB value is (152,171,250). Sum of RGB (Red+Green+Blue) = 152+171+250=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 171 (67.19% from 255 or 29.84% 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 #98ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABFA is #675405. Grayscale: #ADADAD. Windows color (decimal): -6771718 or 16427928. OLE color: 16427928.

HSL color Cylindrical-coordinate representation of color #98ABFA: hue angle of 228.37º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98ABFA is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152171250-
CMYK0.390.3200.02
HSL228.37º90.74%78.82%-
HSV(B)228.37º39.2%98.04%-
XYZ44.7742.796.33-
YUV174.32170.71112.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.53%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=26.53%
G=29.84%
B=43.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521712500.390.3200.02228.3790.7478.82
Hex98ABFA272002e45b4f
Octal230253372474002344133117
Binary1001100010101011111110101001111000000101110010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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