#98AEFC

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

Shades of Perano #98AEFC

Tints of Perano #98AEFC

Color information

#98AEFC (or 0x98AEFC) is unknown color: approx Perano. HEX triplet: 98, AE and FC. RGB value is (152,174,252). Sum of RGB (Red+Green+Blue) = 152+174+252=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #98AEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AEFC is #675103. Grayscale: #AFAFAF. Windows color (decimal): -6770948 or 16559768. OLE color: 16559768.

HSL color Cylindrical-coordinate representation of color #98AEFC: hue angle of 226.8º 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 #98AEFC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152174252-
CMYK0.400.3100.01
HSL226.8º94.34%79.22%-
HSV(B)226.8º39.68%98.82%-
XYZ45.6643.9898.18-
YUV176.31170.71110.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.30%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=26.30%
G=30.10%
B=43.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521742520.400.3100.01226.894.3479.22
Hex98AEFC281F01e35e4f
Octal230256374503701343136117
Binary10011000101011101111110010100011111011110001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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