#8DC9E1

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

Shades of Anakiwa #8DC9E1

Tints of Anakiwa #8DC9E1

Color information

#8DC9E1 (or 0x8DC9E1) is unknown color: approx Anakiwa. HEX triplet: 8D, C9 and E1. RGB value is (141,201,225). Sum of RGB (Red+Green+Blue) = 141+201+225=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DC9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC9E1 is #72361E. Grayscale: #B9B9B9. Windows color (decimal): -7484959 or 14797197. OLE color: 14797197.

HSL color Cylindrical-coordinate representation of color #8DC9E1: hue angle of 197.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DC9E1 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB141201225-
CMYK0.370.1100.12
HSL197.14º58.33%71.76%-
HSV(B)197.14º37.33%88.24%-
XYZ45.4652.8779.04-
YUV185.8150.1296.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.87%
GREEN value IS 201 (78.91% from 255) = 35.45%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=24.87%
G=35.45%
B=39.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412012250.370.1100.12197.1458.3371.76
Hex8DC9E125B0Cc53a48
Octal215311341451301430572110
Binary100011011100100111100001100101101101100110001011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,201,225); }

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

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

 a { background-color: rgb(141,201,225); }

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

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

 span { border-color: rgb(141,201,225); }

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