Html Css Color HEX #8ED8F5 Anakiwa

📋 copy color: '#8ED8F5'

red 142 ◦ green 216 ◦ blue 245

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

Shades of Anakiwa #8ED8F5

Tints of Anakiwa #8ED8F5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.82%

 BLUE value IS 245 (96.09% from 255) = 40.63%

R = 23.55%
G = 35.82%
B = 40.63%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8ED8F5 (or 0x8ED8F5) is known color: Anakiwa. HEX triplet: 8E, D8 and F5. RGB value is (142,216,245). Sum of RGB (Red+Green+Blue) = 142+216+245=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #8ED8F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED8F5 is #71270A. Grayscale: #C4C4C4. Windows color (decimal): -7415563 or 16111758. OLE color: 16111758.

HSL color Cylindrical-coordinate representation of color #8ED8F5: hue angle of 196.89º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED8F5 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 216 245 -
CMYK 0.42 0.12 0 0.04
HSL 196.89º 0.84% 0.76% -
HSV(B) 196.89º 0.42% 0.96% -
XYZ 52.19 61.46 95.5 -
YUV 197.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 142 216 245 0.42 0.12 0 0.04 196.89 0.84 0.76
Hex 8E D8 F5 2A C 0 4 C5 54 4C
Octal 216 330 365 52 14 0 4 305 124 114
Binary 10001110 11011000 11110101 101010 1100 0 100 11000101 1010100 1001100

Color Harmonies of #8ED8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED8F5

Black with #8ED8F5

Text Example


Text Example

White with #8ED8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,216,245); }

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

background-color css

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

 a { background-color: rgb(142,216,245); }

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

border-color css

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

 span { border-color: rgb(142,216,245); }

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