#8AC9EB

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

Shades of Anakiwa #8AC9EB

Tints of Anakiwa #8AC9EB

Color information

#8AC9EB (or 0x8AC9EB) is unknown color: approx Anakiwa. HEX triplet: 8A, C9 and EB. RGB value is (138,201,235). Sum of RGB (Red+Green+Blue) = 138+201+235=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AC9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC9EB is #753614. Grayscale: #B9B9B9. Windows color (decimal): -7681557 or 15452554. OLE color: 15452554.

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

Color convert

RGB138201235-
CMYK0.410.1400.08
HSL201.03º70.8%73.14%-
HSV(B)201.03º41.28%92.16%-
XYZ46.3653.1786.42-
YUV186.04155.6393.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.04%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=24.04%
G=35.02%
B=40.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382012350.410.1400.08201.0370.873.14
Hex8AC9EB29E08c94749
Octal2123113535116010311107111
Binary1000101011001001111010111010011110010001100100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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