#8DCBE9

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

Shades of Anakiwa #8DCBE9

Tints of Anakiwa #8DCBE9

Color information

#8DCBE9 (or 0x8DCBE9) is unknown color: approx Anakiwa. HEX triplet: 8D, CB and E9. RGB value is (141,203,233). Sum of RGB (Red+Green+Blue) = 141+203+233=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #8DCBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBE9 is #723416. Grayscale: #BBBBBB. Windows color (decimal): -7484439 or 15321997. OLE color: 15321997.

HSL color Cylindrical-coordinate representation of color #8DCBE9: hue angle of 199.57º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DCBE9 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141203233-
CMYK0.390.1300.09
HSL199.57º67.65%73.33%-
HSV(B)199.57º39.48%91.37%-
XYZ47.0554.2685.08-
YUV187.88153.4694.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.44%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=24.44%
G=35.18%
B=40.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412032330.390.1300.09199.5767.6573.33
Hex8DCBE927D09c84449
Octal2153133514715011310104111
Binary1000110111001011111010011001111101010011100100010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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