#8DCDDF

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

Shades of Anakiwa #8DCDDF

Tints of Anakiwa #8DCDDF

Color information

#8DCDDF (or 0x8DCDDF) is unknown color: approx Anakiwa. HEX triplet: 8D, CD and DF. RGB value is (141,205,223). Sum of RGB (Red+Green+Blue) = 141+205+223=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDDF is #723220. Grayscale: #BBBBBB. Windows color (decimal): -7483937 or 14667149. OLE color: 14667149.

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

Color convert

RGB141205223-
CMYK0.370.0800.13
HSL193.17º56.16%71.37%-
HSV(B)193.17º36.77%87.45%-
XYZ46.1454.6577.93-
YUV187.92147.894.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.78%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=24.78%
G=36.03%
B=39.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412052230.370.0800.13193.1756.1671.37
Hex8DCDDF2580Dc13847
Octal215315337451001530170107
Binary100011011100110111011111100101100001101110000011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,223); }

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

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

 a { background-color: rgb(141,205,223); }

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

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

 span { border-color: rgb(141,205,223); }

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