#98B9F6

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

Shades of Perano #98B9F6

Tints of Perano #98B9F6

Color information

#98B9F6 (or 0x98B9F6) is unknown color: approx Perano. HEX triplet: 98, B9 and F6. RGB value is (152,185,246). Sum of RGB (Red+Green+Blue) = 152+185+246=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #98B9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B9F6 is #674609. Grayscale: #B5B5B5. Windows color (decimal): -6768138 or 16169368. OLE color: 16169368.

HSL color Cylindrical-coordinate representation of color #98B9F6: hue angle of 218.94º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98B9F6 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB152185246-
CMYK0.380.2500.04
HSL218.94º83.93%78.04%-
HSV(B)218.94º38.21%96.47%-
XYZ46.9348.0393.99-
YUV182.09164.07106.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.07%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=26.07%
G=31.73%
B=42.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1521852460.380.2500.04218.9483.9378.04
Hex98B9F6261904db544e
Octal230271366463104333124116
Binary1001100010111001111101101001101100101001101101110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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