#8DCAE3

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

Shades of Anakiwa #8DCAE3

Tints of Anakiwa #8DCAE3

Color information

#8DCAE3 (or 0x8DCAE3) is unknown color: approx Anakiwa. HEX triplet: 8D, CA and E3. RGB value is (141,202,227). Sum of RGB (Red+Green+Blue) = 141+202+227=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #8DCAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAE3 is #72351C. Grayscale: #BABABA. Windows color (decimal): -7484701 or 14928525. OLE color: 14928525.

HSL color Cylindrical-coordinate representation of color #8DCAE3: hue angle of 197.44º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DCAE3 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB141202227-
CMYK0.380.1100.11
HSL197.44º60.56%72.16%-
HSV(B)197.44º37.89%89.02%-
XYZ45.9753.4580.57-
YUV186.61150.7995.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.74%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 227 (89.06% from 255) = 39.82%
R=24.74%
G=35.44%
B=39.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1412022270.380.1100.11197.4460.5672.16
Hex8DCAE326B0Bc53d48
Octal215312343461301330575110
Binary100011011100101011100011100110101101011110001011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,227); }

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

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

 a { background-color: rgb(141,202,227); }

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

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

 span { border-color: rgb(141,202,227); }

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