Html Css Color HEX #8EDBEC Anakiwa

📋 copy color: '#8EDBEC'

red 142 ◦ green 219 ◦ blue 236

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

Shades of Anakiwa #8EDBEC

Tints of Anakiwa #8EDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.68%

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 23.79%
G = 36.68%
B = 39.53%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EDBEC (or 0x8EDBEC) is known color: Anakiwa. HEX triplet: 8E, DB and EC. RGB value is (142,219,236). Sum of RGB (Red+Green+Blue) = 142+219+236=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDBEC is #712413. Grayscale: #C5C5C5. Windows color (decimal): -7414804 or 15522702. OLE color: 15522702.

HSL color Cylindrical-coordinate representation of color #8EDBEC: hue angle of 190.85º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDBEC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 219 236 -
CMYK 0.40 0.07 0 0.07
HSL 190.85º 0.71% 0.74% -
HSV(B) 190.85º 0.4% 0.93% -
XYZ 51.63 62.47 88.69 -
YUV 197.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 142 219 236 0.40 0.07 0 0.07 190.85 0.71 0.74
Hex 8E DB EC 28 7 0 7 BF 47 4A
Octal 216 333 354 50 7 0 7 277 107 112
Binary 10001110 11011011 11101100 101000 111 0 111 10111111 1000111 1001010

Color Harmonies of #8EDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBEC

Black with #8EDBEC

Text Example


Text Example

White with #8EDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,236); }

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

background-color css

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

 a { background-color: rgb(142,219,236); }

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

border-color css

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

 span { border-color: rgb(142,219,236); }

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