#8DC6DF

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

Shades of Anakiwa #8DC6DF

Tints of Anakiwa #8DC6DF

Color information

#8DC6DF (or 0x8DC6DF) is unknown color: approx Anakiwa. HEX triplet: 8D, C6 and DF. RGB value is (141,198,223). Sum of RGB (Red+Green+Blue) = 141+198+223=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC6DF is #723920. Grayscale: #B7B7B7. Windows color (decimal): -7485729 or 14665357. OLE color: 14665357.

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

Color convert

RGB141198223-
CMYK0.370.1100.13
HSL198.29º56.16%71.37%-
HSV(B)198.29º36.77%87.45%-
XYZ44.551.3877.38-
YUV183.81150.1297.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 198 (77.73% from 255) = 35.23%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=25.09%
G=35.23%
B=39.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411982230.370.1100.13198.2956.1671.37
Hex8DC6DF25B0Dc63847
Octal215306337451301530670107
Binary100011011100011011011111100101101101101110001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,198,223); }

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

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

 a { background-color: rgb(141,198,223); }

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

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

 span { border-color: rgb(141,198,223); }

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