#8DC7DD

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

Shades of Anakiwa #8DC7DD

Tints of Anakiwa #8DC7DD

Color information

#8DC7DD (or 0x8DC7DD) is unknown color: approx Anakiwa. HEX triplet: 8D, C7 and DD. RGB value is (141,199,221). Sum of RGB (Red+Green+Blue) = 141+199+221=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC7DD is #723822. Grayscale: #B8B8B8. Windows color (decimal): -7485475 or 14534541. OLE color: 14534541.

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

Color convert

RGB141199221-
CMYK0.360.1000.13
HSL196.5º54.05%70.98%-
HSV(B)196.5º36.2%86.67%-
XYZ44.4651.7376.05-
YUV184.17148.7897.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=25.13%
G=35.47%
B=39.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411992210.360.1000.13196.554.0570.98
Hex8DC7DD24A0Dc43647
Octal215307335441201530466107
Binary100011011100011111011101100100101001101110001001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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