#98B8EB

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

Shades of Perano #98B8EB

Tints of Perano #98B8EB

Color information

#98B8EB (or 0x98B8EB) is unknown color: approx Perano. HEX triplet: 98, B8 and EB. RGB value is (152,184,235). Sum of RGB (Red+Green+Blue) = 152+184+235=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #98B8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B8EB is #674714. Grayscale: #B4B4B4. Windows color (decimal): -6768405 or 15448216. OLE color: 15448216.

HSL color Cylindrical-coordinate representation of color #98B8EB: hue angle of 216.87º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98B8EB is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152184235-
CMYK0.350.2200.08
HSL216.87º67.48%75.88%-
HSV(B)216.87º35.32%92.16%-
XYZ45.0846.9585.28-
YUV180.25158.9107.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.62%
GREEN value IS 184 (72.27% from 255) = 32.22%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=26.62%
G=32.22%
B=41.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521842350.350.2200.08216.8767.4875.88
Hex98B8EB231608d9434c
Octal2302703534326010331103114
Binary10011000101110001110101110001110110010001101100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,184,235); }

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

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

 a { background-color: rgb(152,184,235); }

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

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

 span { border-color: rgb(152,184,235); }

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