#98B3EB

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

Shades of Perano #98B3EB

Tints of Perano #98B3EB

Color information

#98B3EB (or 0x98B3EB) is unknown color: approx Perano. HEX triplet: 98, B3 and EB. RGB value is (152,179,235). Sum of RGB (Red+Green+Blue) = 152+179+235=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #98B3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B3EB is #674C14. Grayscale: #B1B1B1. Windows color (decimal): -6769685 or 15446936. OLE color: 15446936.

HSL color Cylindrical-coordinate representation of color #98B3EB: hue angle of 220.48º 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 #98B3EB is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152179235-
CMYK0.350.2400.08
HSL220.48º67.48%75.88%-
HSV(B)220.48º35.32%92.16%-
XYZ44.0644.9184.94-
YUV177.31160.55109.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.86%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=26.86%
G=31.63%
B=41.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521792350.350.2400.08220.4867.4875.88
Hex98B3EB231808dc434c
Octal2302633534330010334103114
Binary10011000101100111110101110001111000010001101110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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