#98ACE6

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

Shades of Perano #98ACE6

Tints of Perano #98ACE6

Color information

#98ACE6 (or 0x98ACE6) is unknown color: approx Perano. HEX triplet: 98, AC and E6. RGB value is (152,172,230). Sum of RGB (Red+Green+Blue) = 152+172+230=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #98ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ACE6 is #675319. Grayscale: #ACACAC. Windows color (decimal): -6771482 or 15117464. OLE color: 15117464.

HSL color Cylindrical-coordinate representation of color #98ACE6: hue angle of 224.62º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98ACE6 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB152172230-
CMYK0.340.2500.10
HSL224.62º60.94%74.9%-
HSV(B)224.62º33.91%90.2%-
XYZ41.9841.8980.74-
YUV172.63160.37113.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.44%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 230 (90.23% from 255) = 41.52%
R=27.44%
G=31.05%
B=41.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1521722300.340.2500.10224.6260.9474.9
Hex98ACE622190Ae13d4b
Octal230254346423101234175113
Binary1001100010101100111001101000101100101010111000011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,172,230); }

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

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

 a { background-color: rgb(152,172,230); }

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

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

 span { border-color: rgb(152,172,230); }

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