#8DC4DA

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

Shades of Anakiwa #8DC4DA

Tints of Anakiwa #8DC4DA

Color information

#8DC4DA (or 0x8DC4DA) is unknown color: approx Anakiwa. HEX triplet: 8D, C4 and DA. RGB value is (141,196,218). Sum of RGB (Red+Green+Blue) = 141+196+218=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC4DA is #723B25. Grayscale: #B5B5B5. Windows color (decimal): -7486246 or 14337165. OLE color: 14337165.

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

Color convert

RGB141196218-
CMYK0.350.1000.15
HSL197.14º50.99%70.39%-
HSV(B)197.14º35.32%85.49%-
XYZ43.3850.273.73-
YUV182.06148.2898.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=25.41%
G=35.32%
B=39.28%

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
Decimal1411962180.350.1000.15197.1450.9970.39
Hex8DC4DA23A0Fc53346
Octal215304332431201730563106
Binary100011011100010011011010100011101001111110001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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