#8CCBEA

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

Shades of Anakiwa #8CCBEA

Tints of Anakiwa #8CCBEA

Color information

#8CCBEA (or 0x8CCBEA) is unknown color: approx Anakiwa. HEX triplet: 8C, CB and EA. RGB value is (140,203,234). Sum of RGB (Red+Green+Blue) = 140+203+234=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CCBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBEA is #733415. Grayscale: #BBBBBB. Windows color (decimal): -7549974 or 15387532. OLE color: 15387532.

HSL color Cylindrical-coordinate representation of color #8CCBEA: hue angle of 199.79º 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 #8CCBEA is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140203234-
CMYK0.400.1300.08
HSL199.79º69.12%73.33%-
HSV(B)199.79º40.17%91.76%-
XYZ47.0254.2385.83-
YUV187.7154.1393.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.26%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=24.26%
G=35.18%
B=40.55%

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
Decimal1402032340.400.1300.08199.7969.1273.33
Hex8CCBEA28D08c84549
Octal2143133525015010310105111
Binary1000110011001011111010101010001101010001100100010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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