#98BAEF

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

Shades of Perano #98BAEF

Tints of Perano #98BAEF

Color information

#98BAEF (or 0x98BAEF) is unknown color: approx Perano. HEX triplet: 98, BA and EF. RGB value is (152,186,239). Sum of RGB (Red+Green+Blue) = 152+186+239=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #98BAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BAEF is #674510. Grayscale: #B5B5B5. Windows color (decimal): -6767889 or 15710872. OLE color: 15710872.

HSL color Cylindrical-coordinate representation of color #98BAEF: hue angle of 216.55º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98BAEF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152186239-
CMYK0.360.2200.06
HSL216.55º73.11%76.67%-
HSV(B)216.55º36.4%93.73%-
XYZ46.0948.0388.5-
YUV181.88160.24106.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.34%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=26.34%
G=32.24%
B=41.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521862390.360.2200.06216.5573.1176.67
Hex98BAEF241606d9494d
Octal230272357442606331111115
Binary1001100010111010111011111001001011001101101100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,239); }

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

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

 a { background-color: rgb(152,186,239); }

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

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

 span { border-color: rgb(152,186,239); }

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