#98AFEB

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

Shades of Perano #98AFEB

Tints of Perano #98AFEB

Color information

#98AFEB (or 0x98AFEB) is unknown color: approx Perano. HEX triplet: 98, AF and EB. RGB value is (152,175,235). Sum of RGB (Red+Green+Blue) = 152+175+235=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #98AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AFEB is #675014. Grayscale: #AEAEAE. Windows color (decimal): -6770709 or 15445912. OLE color: 15445912.

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

Color convert

RGB152175235-
CMYK0.350.2600.08
HSL223.37º67.48%75.88%-
HSV(B)223.37º35.32%92.16%-
XYZ43.2743.3384.68-
YUV174.96161.88111.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=27.05%
G=31.14%
B=41.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521752350.350.2600.08223.3767.4875.88
Hex98AFEB231A08df434c
Octal2302573534332010337103114
Binary10011000101011111110101110001111010010001101111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,175,235); }

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

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

 a { background-color: rgb(152,175,235); }

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

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

 span { border-color: rgb(152,175,235); }

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