#8CCCEB

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

Shades of Anakiwa #8CCCEB

Tints of Anakiwa #8CCCEB

Color information

#8CCCEB (or 0x8CCCEB) is unknown color: approx Anakiwa. HEX triplet: 8C, CC and EB. RGB value is (140,204,235). Sum of RGB (Red+Green+Blue) = 140+204+235=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCEB is #733314. Grayscale: #BCBCBC. Windows color (decimal): -7549717 or 15453324. OLE color: 15453324.

HSL color Cylindrical-coordinate representation of color #8CCCEB: hue angle of 199.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCCEB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140204235-
CMYK0.400.1300.08
HSL199.58º70.37%73.53%-
HSV(B)199.58º40.43%92.16%-
XYZ47.454.7686.67-
YUV188.4154.393.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.18%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=24.18%
G=35.23%
B=40.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402042350.400.1300.08199.5870.3773.53
Hex8CCCEB28D08c8464a
Octal2143143535015010310106112
Binary1000110011001100111010111010001101010001100100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,204,235); }

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

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

 a { background-color: rgb(140,204,235); }

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

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

 span { border-color: rgb(140,204,235); }

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