#98BAE8

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

Shades of Perano #98BAE8

Tints of Perano #98BAE8

Color information

#98BAE8 (or 0x98BAE8) is unknown color: approx Perano. HEX triplet: 98, BA and E8. RGB value is (152,186,232). Sum of RGB (Red+Green+Blue) = 152+186+232=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #98BAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BAE8 is #674517. Grayscale: #B4B4B4. Windows color (decimal): -6767896 or 15252120. OLE color: 15252120.

HSL color Cylindrical-coordinate representation of color #98BAE8: hue angle of 214.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98BAE8 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB152186232-
CMYK0.340.2000.09
HSL214.5º63.49%75.29%-
HSV(B)214.5º34.48%90.98%-
XYZ45.0747.6283.16-
YUV181.08156.74107.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.67%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 232 (91.02% from 255) = 40.70%
R=26.67%
G=32.63%
B=40.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1521862320.340.2000.09214.563.4975.29
Hex98BAE8221409d63f4b
Octal230272350422401132677113
Binary1001100010111010111010001000101010001001110101101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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