#98B6FB

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

Shades of Perano #98B6FB

Tints of Perano #98B6FB

Color information

#98B6FB (or 0x98B6FB) is unknown color: approx Perano. HEX triplet: 98, B6 and FB. RGB value is (152,182,251). Sum of RGB (Red+Green+Blue) = 152+182+251=585 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.98% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #98B6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B6FB is #674904. Grayscale: #B4B4B4. Windows color (decimal): -6768901 or 16496280. OLE color: 16496280.

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

Color convert

RGB152182251-
CMYK0.390.2700.02
HSL221.82º92.52%79.02%-
HSV(B)221.82º39.44%98.43%-
XYZ47.0947.197.88-
YUV180.9167.56107.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.98%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=25.98%
G=31.11%
B=42.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521822510.390.2700.02221.8292.5279.02
Hex98B6FB271B02de5d4f
Octal230266373473302336135117
Binary100110001011011011111011100111110110101101111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,182,251); }

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

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

 a { background-color: rgb(152,182,251); }

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

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

 span { border-color: rgb(152,182,251); }

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