#98B8FA

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

Shades of Perano #98B8FA

Tints of Perano #98B8FA

Color information

#98B8FA (or 0x98B8FA) is unknown color: approx Perano. HEX triplet: 98, B8 and FA. RGB value is (152,184,250). Sum of RGB (Red+Green+Blue) = 152+184+250=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #98B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B8FA is #674705. Grayscale: #B5B5B5. Windows color (decimal): -6768390 or 16431256. OLE color: 16431256.

HSL color Cylindrical-coordinate representation of color #98B8FA: hue angle of 220.41º 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 #98B8FA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152184250-
CMYK0.390.2600.02
HSL220.41º90.74%78.82%-
HSV(B)220.41º39.2%98.04%-
XYZ47.3447.8697.18-
YUV181.96166.4106.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.94%
GREEN value IS 184 (72.27% from 255) = 31.40%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=25.94%
G=31.40%
B=42.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521842500.390.2600.02220.4190.7478.82
Hex98B8FA271A02dc5b4f
Octal230270372473202334133117
Binary100110001011100011111010100111110100101101110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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