#98B7EC

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

Shades of Perano #98B7EC

Tints of Perano #98B7EC

Color information

#98B7EC (or 0x98B7EC) is unknown color: approx Perano. HEX triplet: 98, B7 and EC. RGB value is (152,183,236). Sum of RGB (Red+Green+Blue) = 152+183+236=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #98B7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B7EC is #674813. Grayscale: #B3B3B3. Windows color (decimal): -6768660 or 15513496. OLE color: 15513496.

HSL color Cylindrical-coordinate representation of color #98B7EC: hue angle of 217.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98B7EC is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152183236-
CMYK0.360.2200.07
HSL217.86º68.85%76.08%-
HSV(B)217.86º35.59%92.55%-
XYZ45.0246.685.98-
YUV179.77159.73108.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.62%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=26.62%
G=32.05%
B=41.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521832360.360.2200.07217.8668.8576.08
Hex98B7EC241607da454c
Octal230267354442607332105114
Binary1001100010110111111011001001001011001111101101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,183,236); }

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

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

 a { background-color: rgb(152,183,236); }

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

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

 span { border-color: rgb(152,183,236); }

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