#8CD3E3

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

Shades of Anakiwa #8CD3E3

Tints of Anakiwa #8CD3E3

Color information

#8CD3E3 (or 0x8CD3E3) is unknown color: approx Anakiwa. HEX triplet: 8C, D3 and E3. RGB value is (140,211,227). Sum of RGB (Red+Green+Blue) = 140+211+227=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #8CD3E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD3E3 is #732C1C. Grayscale: #BFBFBF. Windows color (decimal): -7547933 or 14930828. OLE color: 14930828.

HSL color Cylindrical-coordinate representation of color #8CD3E3: hue angle of 191.03º 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 #8CD3E3 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB140211227-
CMYK0.380.0700.11
HSL191.03º60.84%71.96%-
HSV(B)191.03º38.33%89.02%-
XYZ47.9757.7181.28-
YUV191.59147.9891.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.22%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 227 (89.06% from 255) = 39.27%
R=24.22%
G=36.51%
B=39.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402112270.380.0700.11191.0360.8471.96
Hex8CD3E32670Bbf3d48
Octal21432334346701327775110
Binary10001100110100111110001110011011101011101111111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,211,227); }

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

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

 a { background-color: rgb(140,211,227); }

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

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

 span { border-color: rgb(140,211,227); }

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