#8AC8DF

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

Shades of Anakiwa #8AC8DF

Tints of Anakiwa #8AC8DF

Color information

#8AC8DF (or 0x8AC8DF) is unknown color: approx Anakiwa. HEX triplet: 8A, C8 and DF. RGB value is (138,200,223). Sum of RGB (Red+Green+Blue) = 138+200+223=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8DF is #753720. Grayscale: #B7B7B7. Windows color (decimal): -7681825 or 14665866. OLE color: 14665866.

HSL color Cylindrical-coordinate representation of color #8AC8DF: hue angle of 196.24º 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 #8AC8DF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138200223-
CMYK0.380.1000.13
HSL196.24º57.05%70.78%-
HSV(B)196.24º38.12%87.45%-
XYZ44.4552.0477.51-
YUV184.08149.9695.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.60%
GREEN value IS 200 (78.52% from 255) = 35.65%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=24.60%
G=35.65%
B=39.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382002230.380.1000.13196.2457.0570.78
Hex8AC8DF26A0Dc43947
Octal212310337461201530471107
Binary100010101100100011011111100110101001101110001001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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