Html Css Color HEX #8ED7EA Anakiwa

📋 copy color: '#8ED7EA'

red 142 ◦ green 215 ◦ blue 234

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

Shades of Anakiwa #8ED7EA

Tints of Anakiwa #8ED7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.38%

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 24.03%
G = 36.38%
B = 39.59%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8ED7EA (or 0x8ED7EA) is known color: Anakiwa. HEX triplet: 8E, D7 and EA. RGB value is (142,215,234). Sum of RGB (Red+Green+Blue) = 142+215+234=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ED7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED7EA is #712815. Grayscale: #C3C3C3. Windows color (decimal): -7415830 or 15390606. OLE color: 15390606.

HSL color Cylindrical-coordinate representation of color #8ED7EA: hue angle of 192.39º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ED7EA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 215 234 -
CMYK 0.39 0.08 0 0.08
HSL 192.39º 0.69% 0.74% -
HSV(B) 192.39º 0.39% 0.92% -
XYZ 50.31 60.29 86.83 -
YUV 195.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 142 215 234 0.39 0.08 0 0.08 192.39 0.69 0.74
Hex 8E D7 EA 27 8 0 8 C0 45 4A
Octal 216 327 352 47 10 0 10 300 105 112
Binary 10001110 11010111 11101010 100111 1000 0 1000 11000000 1000101 1001010

Color Harmonies of #8ED7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED7EA

Black with #8ED7EA

Text Example


Text Example

White with #8ED7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,215,234); }

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

background-color css

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

 a { background-color: rgb(142,215,234); }

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

border-color css

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

 span { border-color: rgb(142,215,234); }

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