#8CCCEA

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

Shades of Anakiwa #8CCCEA

Tints of Anakiwa #8CCCEA

Color information

#8CCCEA (or 0x8CCCEA) is unknown color: approx Anakiwa. HEX triplet: 8C, CC and EA. RGB value is (140,204,234). Sum of RGB (Red+Green+Blue) = 140+204+234=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCEA is #733315. Grayscale: #BCBCBC. Windows color (decimal): -7549718 or 15387788. OLE color: 15387788.

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

Color convert

RGB140204234-
CMYK0.400.1300.08
HSL199.15º69.12%73.33%-
HSV(B)199.15º40.17%91.76%-
XYZ47.2654.785.91-
YUV188.28153.893.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.22%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=24.22%
G=35.29%
B=40.48%

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
Decimal1402042340.400.1300.08199.1569.1273.33
Hex8CCCEA28D08c74549
Octal2143143525015010307105111
Binary1000110011001100111010101010001101010001100011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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