Html Css Color HEX #8ECADD Anakiwa

📋 copy color: '#8ECADD'

red 142 ◦ green 202 ◦ blue 221

#8ECADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #8ECADD

Tints of Anakiwa #8ECADD

RGB

 RED value IS 142 (55.86% from 255) = 25.13%

 GREEN value IS 202 (79.3% from 255) = 35.75%

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 25.13%
G = 35.75%
B = 39.12%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ECADD (or 0x8ECADD) is known color: Anakiwa. HEX triplet: 8E, CA and DD. RGB value is (142,202,221). Sum of RGB (Red+Green+Blue) = 142+202+221=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ECADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECADD is #713522. Grayscale: #BABABA. Windows color (decimal): -7419171 or 14535310. OLE color: 14535310.

HSL color Cylindrical-coordinate representation of color #8ECADD: hue angle of 194.43º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ECADD is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 202 221 -
CMYK 0.36 0.09 0 0.13
HSL 194.43º 0.54% 0.71% -
HSV(B) 194.43º 0.36% 0.87% -
XYZ 45.33 53.21 76.29 -
YUV 186.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 142 202 221 0.36 0.09 0 0.13 194.43 0.54 0.71
Hex 8E CA DD 24 9 0 D C2 36 47
Octal 216 312 335 44 11 0 15 302 66 107
Binary 10001110 11001010 11011101 100100 1001 0 1101 11000010 110110 1000111

Color Harmonies of #8ECADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECADD

Black with #8ECADD

Text Example


Text Example

White with #8ECADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,202,221); }

 H1.HeaderClassName
 {
   color: #8ECADD;
 }
 .AnyTagClassName
 {
   color: #8ECADD;
 }
</style>

background-color css

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

 a { background-color: rgb(142,202,221); }

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

border-color css

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

 span { border-color: rgb(142,202,221); }

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