#8DC6DA

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

Shades of Anakiwa #8DC6DA

Tints of Anakiwa #8DC6DA

Color information

#8DC6DA (or 0x8DC6DA) is unknown color: approx Anakiwa. HEX triplet: 8D, C6 and DA. RGB value is (141,198,218). Sum of RGB (Red+Green+Blue) = 141+198+218=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC6DA is #723925. Grayscale: #B7B7B7. Windows color (decimal): -7485734 or 14337677. OLE color: 14337677.

HSL color Cylindrical-coordinate representation of color #8DC6DA: hue angle of 195.58º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DC6DA is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141198218-
CMYK0.350.0900.15
HSL195.58º50.99%70.39%-
HSV(B)195.58º35.32%85.49%-
XYZ43.8351.1173.89-
YUV183.24147.6297.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=25.31%
G=35.55%
B=39.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411982180.350.0900.15195.5850.9970.39
Hex8DC6DA2390Fc43346
Octal215306332431101730463106
Binary100011011100011011011010100011100101111110001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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