#8CDAEA

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

Shades of Anakiwa #8CDAEA

Tints of Anakiwa #8CDAEA

Color information

#8CDAEA (or 0x8CDAEA) is unknown color: approx Anakiwa. HEX triplet: 8C, DA and EA. RGB value is (140,218,234). Sum of RGB (Red+Green+Blue) = 140+218+234=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDAEA is #732515. Grayscale: #C4C4C4. Windows color (decimal): -7546134 or 15391372. OLE color: 15391372.

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

Color convert

RGB140218234-
CMYK0.400.0700.08
HSL190.21º69.12%73.33%-
HSV(B)190.21º40.17%91.76%-
XYZ50.7461.6687.07-
YUV196.5149.1687.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.65%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=23.65%
G=36.82%
B=39.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402182340.400.0700.08190.2169.1273.33
Hex8CDAEA28708be4549
Octal214332352507010276105111
Binary100011001101101011101010101000111010001011111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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