#8AC8E5

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

Shades of Anakiwa #8AC8E5

Tints of Anakiwa #8AC8E5

Color information

#8AC8E5 (or 0x8AC8E5) is unknown color: approx Anakiwa. HEX triplet: 8A, C8 and E5. RGB value is (138,200,229). Sum of RGB (Red+Green+Blue) = 138+200+229=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #8AC8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8E5 is #75371A. Grayscale: #B8B8B8. Windows color (decimal): -7681819 or 15059082. OLE color: 15059082.

HSL color Cylindrical-coordinate representation of color #8AC8E5: hue angle of 199.12º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC8E5 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB138200229-
CMYK0.400.1300.10
HSL199.12º63.64%71.96%-
HSV(B)199.12º39.74%89.8%-
XYZ45.2852.3781.85-
YUV184.77152.9694.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.34%
GREEN value IS 200 (78.52% from 255) = 35.27%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=24.34%
G=35.27%
B=40.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382002290.400.1300.10199.1263.6471.96
Hex8AC8E528D0Ac74048
Octal2123103455015012307100110
Binary1000101011001000111001011010001101010101100011110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,229); }

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

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

 a { background-color: rgb(138,200,229); }

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

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

 span { border-color: rgb(138,200,229); }

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