#8DC8DD

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

Shades of Anakiwa #8DC8DD

Tints of Anakiwa #8DC8DD

Color information

#8DC8DD (or 0x8DC8DD) is unknown color: approx Anakiwa. HEX triplet: 8D, C8 and DD. RGB value is (141,200,221). Sum of RGB (Red+Green+Blue) = 141+200+221=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC8DD is #723722. Grayscale: #B8B8B8. Windows color (decimal): -7485219 or 14534797. OLE color: 14534797.

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

Color convert

RGB141200221-
CMYK0.360.1000.13
HSL195.75º54.05%70.98%-
HSV(B)195.75º36.2%86.67%-
XYZ44.6952.1976.13-
YUV184.75148.4596.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 200 (78.52% from 255) = 35.59%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=25.09%
G=35.59%
B=39.32%

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
Decimal1412002210.360.1000.13195.7554.0570.98
Hex8DC8DD24A0Dc43647
Octal215310335441201530466107
Binary100011011100100011011101100100101001101110001001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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