#8ACEE7

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

Shades of Anakiwa #8ACEE7

Tints of Anakiwa #8ACEE7

Color information

#8ACEE7 (or 0x8ACEE7) is unknown color: approx Anakiwa. HEX triplet: 8A, CE and E7. RGB value is (138,206,231). Sum of RGB (Red+Green+Blue) = 138+206+231=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #8ACEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACEE7 is #753118. Grayscale: #BCBCBC. Windows color (decimal): -7680281 or 15191690. OLE color: 15191690.

HSL color Cylindrical-coordinate representation of color #8ACEE7: hue angle of 196.13º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ACEE7 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB138206231-
CMYK0.400.1100.09
HSL196.13º65.96%72.35%-
HSV(B)196.13º40.26%90.59%-
XYZ46.9855.3283.8-
YUV188.52151.9791.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 231 (90.62% from 255) = 40.17%
R=24%
G=35.83%
B=40.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382062310.400.1100.09196.1365.9672.35
Hex8ACEE728B09c44248
Octal2123163475013011304102110
Binary1000101011001110111001111010001011010011100010010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,206,231); }

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

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

 a { background-color: rgb(138,206,231); }

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

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

 span { border-color: rgb(138,206,231); }

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