#8CCEE7

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

Shades of Anakiwa #8CCEE7

Tints of Anakiwa #8CCEE7

Color information

#8CCEE7 (or 0x8CCEE7) is unknown color: approx Anakiwa. HEX triplet: 8C, CE and E7. RGB value is (140,206,231). Sum of RGB (Red+Green+Blue) = 140+206+231=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #8CCEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCEE7 is #733118. Grayscale: #BCBCBC. Windows color (decimal): -7549209 or 15191692. OLE color: 15191692.

HSL color Cylindrical-coordinate representation of color #8CCEE7: hue angle of 196.48º degrees, saturation: 0.65, 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 #8CCEE7 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140206231-
CMYK0.390.1100.09
HSL196.48º65.47%72.75%-
HSV(B)196.48º39.39%90.59%-
XYZ47.3155.4983.82-
YUV189.12151.6392.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.26%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 231 (90.62% from 255) = 40.03%
R=24.26%
G=35.70%
B=40.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402062310.390.1100.09196.4865.4772.75
Hex8CCEE727B09c44149
Octal2143163474713011304101111
Binary1000110011001110111001111001111011010011100010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,206,231); }

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

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

 a { background-color: rgb(140,206,231); }

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

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

 span { border-color: rgb(140,206,231); }

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