#8DCADD

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

Shades of Anakiwa #8DCADD

Tints of Anakiwa #8DCADD

Color information

#8DCADD (or 0x8DCADD) is unknown color: approx Anakiwa. HEX triplet: 8D, CA and DD. RGB value is (141,202,221). Sum of RGB (Red+Green+Blue) = 141+202+221=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCADD is #723522. Grayscale: #B9B9B9. Windows color (decimal): -7484707 or 14535309. OLE color: 14535309.

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

Color convert

RGB141202221-
CMYK0.360.0900.13
HSL194.25º54.05%70.98%-
HSV(B)194.25º36.2%86.67%-
XYZ45.1653.1276.28-
YUV185.93147.7995.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=25%
G=35.82%
B=39.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412022210.360.0900.13194.2554.0570.98
Hex8DCADD2490Dc23647
Octal215312335441101530266107
Binary100011011100101011011101100100100101101110000101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,221); }

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

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

 a { background-color: rgb(141,202,221); }

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

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

 span { border-color: rgb(141,202,221); }

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