#8ACFEA

Color #8ACFEA Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8ACFEA

Tints of Anakiwa #8ACFEA

Color information

#8ACFEA (or 0x8ACFEA) is unknown color: approx Anakiwa. HEX triplet: 8A, CF and EA. RGB value is (138,207,234). Sum of RGB (Red+Green+Blue) = 138+207+234=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ACFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACFEA is #753015. Grayscale: #BDBDBD. Windows color (decimal): -7680022 or 15388554. OLE color: 15388554.

HSL color Cylindrical-coordinate representation of color #8ACFEA: hue angle of 196.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ACFEA is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138207234-
CMYK0.410.1200.08
HSL196.88º69.57%72.94%-
HSV(B)196.88º41.03%91.76%-
XYZ47.6555.9786.13-
YUV189.45153.1491.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.83%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=23.83%
G=35.75%
B=40.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382072340.410.1200.08196.8869.5772.94
Hex8ACFEA29C08c54649
Octal2123173525114010305106111
Binary1000101011001111111010101010011100010001100010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ACFEA; }

 p { color: rgb(138,207,234); }

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

<style>
 a { background-color: #8ACFEA; }

 a { background-color: rgb(138,207,234); }

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

<style>
 span { border-color: #8ACFEA; }

 span { border-color: rgb(138,207,234); }

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