#98B8EA

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

Shades of Perano #98B8EA

Tints of Perano #98B8EA

Color information

#98B8EA (or 0x98B8EA) is unknown color: approx Perano. HEX triplet: 98, B8 and EA. RGB value is (152,184,234). Sum of RGB (Red+Green+Blue) = 152+184+234=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #98B8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B8EA is #674715. Grayscale: #B3B3B3. Windows color (decimal): -6768406 or 15382680. OLE color: 15382680.

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

Color convert

RGB152184234-
CMYK0.350.2100.08
HSL216.59º66.13%75.69%-
HSV(B)216.59º35.04%91.76%-
XYZ44.9446.984.53-
YUV180.13158.4107.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.67%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=26.67%
G=32.28%
B=41.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521842340.350.2100.08216.5966.1375.69
Hex98B8EA231508d9424c
Octal2302703524325010331102114
Binary10011000101110001110101010001110101010001101100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,184,234); }

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

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

 a { background-color: rgb(152,184,234); }

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

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

 span { border-color: rgb(152,184,234); }

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