#98B9F9

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

Shades of Perano #98B9F9

Tints of Perano #98B9F9

Color information

#98B9F9 (or 0x98B9F9) is unknown color: approx Perano. HEX triplet: 98, B9 and F9. RGB value is (152,185,249). Sum of RGB (Red+Green+Blue) = 152+185+249=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #98B9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B9F9 is #674606. Grayscale: #B6B6B6. Windows color (decimal): -6768135 or 16365976. OLE color: 16365976.

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

Color convert

RGB152185249-
CMYK0.390.2600.02
HSL219.59º88.99%78.63%-
HSV(B)219.59º38.96%97.65%-
XYZ47.448.2196.43-
YUV182.43165.57106.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.94%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=25.94%
G=31.57%
B=42.49%

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
Decimal1521852490.390.2600.02219.5988.9978.63
Hex98B9F9271A02dc594f
Octal230271371473202334131117
Binary100110001011100111111001100111110100101101110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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