#98AAFC

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

Shades of Perano #98AAFC

Tints of Perano #98AAFC

Color information

#98AAFC (or 0x98AAFC) is unknown color: approx Perano. HEX triplet: 98, AA and FC. RGB value is (152,170,252). Sum of RGB (Red+Green+Blue) = 152+170+252=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #98AAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AAFC is #675503. Grayscale: #ADADAD. Windows color (decimal): -6771972 or 16558744. OLE color: 16558744.

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

Color convert

RGB152170252-
CMYK0.400.3300.01
HSL229.2º94.34%79.22%-
HSV(B)229.2º39.68%98.82%-
XYZ44.8942.4597.92-
YUV173.97172.04112.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.48%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=26.48%
G=29.62%
B=43.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521702520.400.3300.01229.294.3479.22
Hex98AAFC282101e55e4f
Octal230252374504101345136117
Binary100110001010101011111100101000100001011110010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,170,252); }

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

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

 a { background-color: rgb(152,170,252); }

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

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

 span { border-color: rgb(152,170,252); }

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