Html Css Color HEX #8ED4EF Anakiwa

📋 copy color: '#8ED4EF'

red 142 ◦ green 212 ◦ blue 239

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

Shades of Anakiwa #8ED4EF

Tints of Anakiwa #8ED4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.75%

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 23.95%
G = 35.75%
B = 40.3%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8ED4EF (or 0x8ED4EF) is known color: Anakiwa. HEX triplet: 8E, D4 and EF. RGB value is (142,212,239). Sum of RGB (Red+Green+Blue) = 142+212+239=593 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.95% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ED4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED4EF is #712B10. Grayscale: #C1C1C1. Windows color (decimal): -7416593 or 15717518. OLE color: 15717518.

HSL color Cylindrical-coordinate representation of color #8ED4EF: hue angle of 196.7º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED4EF is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 212 239 -
CMYK 0.41 0.11 0 0.06
HSL 196.7º 0.75% 0.75% -
HSV(B) 196.7º 0.41% 0.94% -
XYZ 50.28 59.07 90.41 -
YUV 194.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 142 212 239 0.41 0.11 0 0.06 196.7 0.75 0.75
Hex 8E D4 EF 29 B 0 6 C5 4B 4B
Octal 216 324 357 51 13 0 6 305 113 113
Binary 10001110 11010100 11101111 101001 1011 0 110 11000101 1001011 1001011

Color Harmonies of #8ED4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED4EF

Black with #8ED4EF

Text Example


Text Example

White with #8ED4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,212,239); }

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

background-color css

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

 a { background-color: rgb(142,212,239); }

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

border-color css

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

 span { border-color: rgb(142,212,239); }

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