#98BBFB

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

Shades of Perano #98BBFB

Tints of Perano #98BBFB

Color information

#98BBFB (or 0x98BBFB) is unknown color: approx Perano. HEX triplet: 98, BB and FB. RGB value is (152,187,251). Sum of RGB (Red+Green+Blue) = 152+187+251=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #98BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBFB is #674404. Grayscale: #B7B7B7. Windows color (decimal): -6767621 or 16497560. OLE color: 16497560.

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

Color convert

RGB152187251-
CMYK0.390.2500.02
HSL218.79º92.52%79.02%-
HSV(B)218.79º39.44%98.43%-
XYZ48.1349.1898.22-
YUV183.83165.9105.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.76%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=25.76%
G=31.69%
B=42.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521872510.390.2500.02218.7992.5279.02
Hex98BBFB271902db5d4f
Octal230273373473102333135117
Binary100110001011101111111011100111110010101101101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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