#98B9EF

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

Shades of Perano #98B9EF

Tints of Perano #98B9EF

Color information

#98B9EF (or 0x98B9EF) is unknown color: approx Perano. HEX triplet: 98, B9 and EF. RGB value is (152,185,239). Sum of RGB (Red+Green+Blue) = 152+185+239=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #98B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B9EF is #674610. Grayscale: #B5B5B5. Windows color (decimal): -6768145 or 15710616. OLE color: 15710616.

HSL color Cylindrical-coordinate representation of color #98B9EF: hue angle of 217.24º 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 #98B9EF is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152185239-
CMYK0.360.2300.06
HSL217.24º73.11%76.67%-
HSV(B)217.24º36.4%93.73%-
XYZ45.8847.6188.43-
YUV181.29160.57107.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.39%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 239 (93.75% from 255) = 41.49%
R=26.39%
G=32.12%
B=41.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521852390.360.2300.06217.2473.1176.67
Hex98B9EF241706d9494d
Octal230271357442706331111115
Binary1001100010111001111011111001001011101101101100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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