Html Css Color HEX #8ECEDF Anakiwa

📋 copy color: '#8ECEDF'

red 142 ◦ green 206 ◦ blue 223

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

Shades of Anakiwa #8ECEDF

Tints of Anakiwa #8ECEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.08%

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 24.87%
G = 36.08%
B = 39.05%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ECEDF (or 0x8ECEDF) is known color: Anakiwa. HEX triplet: 8E, CE and DF. RGB value is (142,206,223). Sum of RGB (Red+Green+Blue) = 142+206+223=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ECEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEDF is #713120. Grayscale: #BCBCBC. Windows color (decimal): -7418145 or 14667406. OLE color: 14667406.

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

Color convert

RGB 142 206 223 -
CMYK 0.36 0.08 0 0.13
HSL 192.59º 0.56% 0.72% -
HSV(B) 192.59º 0.36% 0.87% -
XYZ 46.55 55.22 78.02 -
YUV 188.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 142 206 223 0.36 0.08 0 0.13 192.59 0.56 0.72
Hex 8E CE DF 24 8 0 D C1 38 48
Octal 216 316 337 44 10 0 15 301 70 110
Binary 10001110 11001110 11011111 100100 1000 0 1101 11000001 111000 1001000

Color Harmonies of #8ECEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECEDF

Black with #8ECEDF

Text Example


Text Example

White with #8ECEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,206,223); }

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

background-color css

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

 a { background-color: rgb(142,206,223); }

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

border-color css

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

 span { border-color: rgb(142,206,223); }

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