#8AC8EB

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

Shades of Anakiwa #8AC8EB

Tints of Anakiwa #8AC8EB

Color information

#8AC8EB (or 0x8AC8EB) is unknown color: approx Anakiwa. HEX triplet: 8A, C8 and EB. RGB value is (138,200,235). Sum of RGB (Red+Green+Blue) = 138+200+235=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AC8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC8EB is #753714. Grayscale: #B9B9B9. Windows color (decimal): -7681813 or 15452298. OLE color: 15452298.

HSL color Cylindrical-coordinate representation of color #8AC8EB: hue angle of 201.65º degrees, saturation: 0.71, 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 #8AC8EB is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138200235-
CMYK0.410.1500.08
HSL201.65º70.8%73.14%-
HSV(B)201.65º41.28%92.16%-
XYZ46.1352.7186.34-
YUV185.45155.9694.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.08%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=24.08%
G=34.90%
B=41.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382002350.410.1500.08201.6570.873.14
Hex8AC8EB29F08ca4749
Octal2123103535117010312107111
Binary1000101011001000111010111010011111010001100101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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