Html Css Color HEX #8EDCF2 Anakiwa

📋 copy color: '#8EDCF2'

red 142 ◦ green 220 ◦ blue 242

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

Shades of Anakiwa #8EDCF2

Tints of Anakiwa #8EDCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 23.51%
G = 36.42%
B = 40.07%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8EDCF2 (or 0x8EDCF2) is known color: Anakiwa. HEX triplet: 8E, DC and F2. RGB value is (142,220,242). Sum of RGB (Red+Green+Blue) = 142+220+242=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #8EDCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDCF2 is #71230D. Grayscale: #C7C7C7. Windows color (decimal): -7414542 or 15916174. OLE color: 15916174.

HSL color Cylindrical-coordinate representation of color #8EDCF2: hue angle of 193.2º 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 #8EDCF2 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 220 242 -
CMYK 0.41 0.09 0 0.05
HSL 193.2º 0.79% 0.75% -
HSV(B) 193.2º 0.41% 0.95% -
XYZ 52.78 63.35 93.45 -
YUV 199.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 142 220 242 0.41 0.09 0 0.05 193.2 0.79 0.75
Hex 8E DC F2 29 9 0 5 C1 4F 4B
Octal 216 334 362 51 11 0 5 301 117 113
Binary 10001110 11011100 11110010 101001 1001 0 101 11000001 1001111 1001011

Color Harmonies of #8EDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCF2

Black with #8EDCF2

Text Example


Text Example

White with #8EDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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