#98AEE3

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

Shades of Perano #98AEE3

Tints of Perano #98AEE3

Color information

#98AEE3 (or 0x98AEE3) is unknown color: approx Perano. HEX triplet: 98, AE and E3. RGB value is (152,174,227). Sum of RGB (Red+Green+Blue) = 152+174+227=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #98AEE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEE3 is #67511C. Grayscale: #ADADAD. Windows color (decimal): -6770973 or 14921368. OLE color: 14921368.

HSL color Cylindrical-coordinate representation of color #98AEE3: hue angle of 222.4º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98AEE3 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB152174227-
CMYK0.330.2300.11
HSL222.4º57.25%74.31%-
HSV(B)222.4º33.04%89.02%-
XYZ41.9542.4978.66-
YUV173.46158.21112.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.49%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 227 (89.06% from 255) = 41.05%
R=27.49%
G=31.46%
B=41.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1521742270.330.2300.11222.457.2574.31
Hex98AEE321170Bde394a
Octal230256343412701333671112
Binary1001100010101110111000111000011011101011110111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,174,227); }

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

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

 a { background-color: rgb(152,174,227); }

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

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

 span { border-color: rgb(152,174,227); }

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