#8DCBDD

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

Shades of Anakiwa #8DCBDD

Tints of Anakiwa #8DCBDD

Color information

#8DCBDD (or 0x8DCBDD) is unknown color: approx Anakiwa. HEX triplet: 8D, CB and DD. RGB value is (141,203,221). Sum of RGB (Red+Green+Blue) = 141+203+221=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBDD is #723422. Grayscale: #BABABA. Windows color (decimal): -7484451 or 14535565. OLE color: 14535565.

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

Color convert

RGB141203221-
CMYK0.360.0800.13
HSL193.5º54.05%70.98%-
HSV(B)193.5º36.2%86.67%-
XYZ45.3953.676.36-
YUV186.51147.4695.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=24.96%
G=35.93%
B=39.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412032210.360.0800.13193.554.0570.98
Hex8DCBDD2480Dc23647
Octal215313335441001530266107
Binary100011011100101111011101100100100001101110000101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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