#8DC5DA

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

Shades of Anakiwa #8DC5DA

Tints of Anakiwa #8DC5DA

Color information

#8DC5DA (or 0x8DC5DA) is unknown color: approx Anakiwa. HEX triplet: 8D, C5 and DA. RGB value is (141,197,218). Sum of RGB (Red+Green+Blue) = 141+197+218=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5DA is #723A25. Grayscale: #B6B6B6. Windows color (decimal): -7485990 or 14337421. OLE color: 14337421.

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

Color convert

RGB141197218-
CMYK0.350.1000.15
HSL196.36º50.99%70.39%-
HSV(B)196.36º35.32%85.49%-
XYZ43.6150.6673.81-
YUV182.65147.9598.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.36%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=25.36%
G=35.43%
B=39.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411972180.350.1000.15196.3650.9970.39
Hex8DC5DA23A0Fc43346
Octal215305332431201730463106
Binary100011011100010111011010100011101001111110001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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