#8DC5DF

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

Shades of Anakiwa #8DC5DF

Tints of Anakiwa #8DC5DF

Color information

#8DC5DF (or 0x8DC5DF) is unknown color: approx Anakiwa. HEX triplet: 8D, C5 and DF. RGB value is (141,197,223). Sum of RGB (Red+Green+Blue) = 141+197+223=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 197 (77.34% from 255 or 35.12% 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 #8DC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5DF is #723A20. Grayscale: #B7B7B7. Windows color (decimal): -7485985 or 14665101. OLE color: 14665101.

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

Color convert

RGB141197223-
CMYK0.370.1200.13
HSL199.02º56.16%71.37%-
HSV(B)199.02º36.77%87.45%-
XYZ44.2750.9277.31-
YUV183.22150.4597.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=25.13%
G=35.12%
B=39.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411972230.370.1200.13199.0256.1671.37
Hex8DC5DF25C0Dc73847
Octal215305337451401530770107
Binary100011011100010111011111100101110001101110001111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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