#8CD4EA

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

Shades of Anakiwa #8CD4EA

Tints of Anakiwa #8CD4EA

Color information

#8CD4EA (or 0x8CD4EA) is unknown color: approx Anakiwa. HEX triplet: 8C, D4 and EA. RGB value is (140,212,234). Sum of RGB (Red+Green+Blue) = 140+212+234=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CD4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD4EA is #732B15. Grayscale: #C0C0C0. Windows color (decimal): -7547670 or 15389836. OLE color: 15389836.

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

Color convert

RGB140212234-
CMYK0.400.0900.08
HSL194.04º69.12%73.33%-
HSV(B)194.04º40.17%91.76%-
XYZ49.2158.686.56-
YUV192.98151.1590.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.89%
GREEN value IS 212 (83.20% from 255) = 36.18%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=23.89%
G=36.18%
B=39.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402122340.400.0900.08194.0469.1273.33
Hex8CD4EA28908c24549
Octal2143243525011010302105111
Binary1000110011010100111010101010001001010001100001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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