Html Css Color HEX #8EDAF2 Anakiwa

📋 copy color: '#8EDAF2'

red 142 ◦ green 218 ◦ blue 242

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

Shades of Anakiwa #8EDAF2

Tints of Anakiwa #8EDAF2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.21%

 BLUE value IS 242 (94.92% from 255) = 40.2%

R = 23.59%
G = 36.21%
B = 40.2%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8EDAF2 (or 0x8EDAF2) is known color: Anakiwa. HEX triplet: 8E, DA and F2. RGB value is (142,218,242). Sum of RGB (Red+Green+Blue) = 142+218+242=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #8EDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDAF2 is #71250D. Grayscale: #C5C5C5. Windows color (decimal): -7415054 or 15915662. OLE color: 15915662.

HSL color Cylindrical-coordinate representation of color #8EDAF2: hue angle of 194.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EDAF2 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 218 242 -
CMYK 0.41 0.10 0 0.05
HSL 194.4º 0.79% 0.75% -
HSV(B) 194.4º 0.41% 0.95% -
XYZ 52.25 62.3 93.28 -
YUV 198.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 142 218 242 0.41 0.10 0 0.05 194.4 0.79 0.75
Hex 8E DA F2 29 A 0 5 C2 4F 4B
Octal 216 332 362 51 12 0 5 302 117 113
Binary 10001110 11011010 11110010 101001 1010 0 101 11000010 1001111 1001011

Color Harmonies of #8EDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDAF2

Black with #8EDAF2

Text Example


Text Example

White with #8EDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,218,242); }

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

background-color css

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

 a { background-color: rgb(142,218,242); }

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

border-color css

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

 span { border-color: rgb(142,218,242); }

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