#98B5FB

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

Shades of Perano #98B5FB

Tints of Perano #98B5FB

Color information

#98B5FB (or 0x98B5FB) is unknown color: approx Perano. HEX triplet: 98, B5 and FB. RGB value is (152,181,251). Sum of RGB (Red+Green+Blue) = 152+181+251=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #98B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B5FB is #674A04. Grayscale: #B4B4B4. Windows color (decimal): -6769157 or 16496024. OLE color: 16496024.

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

Color convert

RGB152181251-
CMYK0.390.2800.02
HSL222.42º92.52%79.02%-
HSV(B)222.42º39.44%98.43%-
XYZ46.8946.6997.81-
YUV180.31167.89107.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.03%
GREEN value IS 181 (71.09% from 255) = 30.99%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=26.03%
G=30.99%
B=42.98%

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
Decimal1521812510.390.2800.02222.4292.5279.02
Hex98B5FB271C02de5d4f
Octal230265373473402336135117
Binary100110001011010111111011100111111000101101111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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