#8CDBEA

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

Shades of Anakiwa #8CDBEA

Tints of Anakiwa #8CDBEA

Color information

#8CDBEA (or 0x8CDBEA) is unknown color: approx Anakiwa. HEX triplet: 8C, DB and EA. RGB value is (140,219,234). Sum of RGB (Red+Green+Blue) = 140+219+234=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CDBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDBEA is #732415. Grayscale: #C4C4C4. Windows color (decimal): -7545878 or 15391628. OLE color: 15391628.

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

Color convert

RGB140219234-
CMYK0.400.0600.08
HSL189.57º69.12%73.33%-
HSV(B)189.57º40.17%91.76%-
XYZ5162.1887.16-
YUV197.09148.8387.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.61%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=23.61%
G=36.93%
B=39.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402192340.400.0600.08189.5769.1273.33
Hex8CDBEA28608be4549
Octal214333352506010276105111
Binary100011001101101111101010101000110010001011111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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