#98B9F2

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

Shades of Perano #98B9F2

Tints of Perano #98B9F2

Color information

#98B9F2 (or 0x98B9F2) is unknown color: approx Perano. HEX triplet: 98, B9 and F2. RGB value is (152,185,242). Sum of RGB (Red+Green+Blue) = 152+185+242=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #98B9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B9F2 is #67460D. Grayscale: #B5B5B5. Windows color (decimal): -6768142 or 15907224. OLE color: 15907224.

HSL color Cylindrical-coordinate representation of color #98B9F2: hue angle of 218º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98B9F2 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152185242-
CMYK0.370.2400.05
HSL218º77.59%77.25%-
HSV(B)218º37.19%94.9%-
XYZ46.3247.7890.79-
YUV181.63162.07106.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.25%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 242 (94.92% from 255) = 41.80%
R=26.25%
G=31.95%
B=41.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521852420.370.2400.0521877.5977.25
Hex98B9F2251805da4e4d
Octal230271362453005332116115
Binary1001100010111001111100101001011100001011101101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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