#8AC5DF

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

Shades of Anakiwa #8AC5DF

Tints of Anakiwa #8AC5DF

Color information

#8AC5DF (or 0x8AC5DF) is unknown color: approx Anakiwa. HEX triplet: 8A, C5 and DF. RGB value is (138,197,223). Sum of RGB (Red+Green+Blue) = 138+197+223=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC5DF is #753A20. Grayscale: #B6B6B6. Windows color (decimal): -7682593 or 14665098. OLE color: 14665098.

HSL color Cylindrical-coordinate representation of color #8AC5DF: hue angle of 198.35º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AC5DF is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138197223-
CMYK0.380.1200.13
HSL198.35º57.05%70.78%-
HSV(B)198.35º38.12%87.45%-
XYZ43.7750.6677.28-
YUV182.32150.9596.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=24.73%
G=35.30%
B=39.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381972230.380.1200.13198.3557.0570.78
Hex8AC5DF26C0Dc63947
Octal212305337461401530671107
Binary100010101100010111011111100110110001101110001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,197,223); }

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

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

 a { background-color: rgb(138,197,223); }

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

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

 span { border-color: rgb(138,197,223); }

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