#98B3F9

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

Shades of Perano #98B3F9

Tints of Perano #98B3F9

Color information

#98B3F9 (or 0x98B3F9) is unknown color: approx Perano. HEX triplet: 98, B3 and F9. RGB value is (152,179,249). Sum of RGB (Red+Green+Blue) = 152+179+249=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #98B3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B3F9 is #674C06. Grayscale: #B2B2B2. Windows color (decimal): -6769671 or 16364440. OLE color: 16364440.

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

Color convert

RGB152179249-
CMYK0.390.2800.02
HSL223.3º88.99%78.63%-
HSV(B)223.3º38.96%97.65%-
XYZ46.1745.7696.02-
YUV178.91167.55108.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.21%
GREEN value IS 179 (70.31% from 255) = 30.86%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=26.21%
G=30.86%
B=42.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521792490.390.2800.02223.388.9978.63
Hex98B3F9271C02df594f
Octal230263371473402337131117
Binary100110001011001111111001100111111000101101111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,179,249); }

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

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

 a { background-color: rgb(152,179,249); }

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

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

 span { border-color: rgb(152,179,249); }

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