Html Css Color HEX #8EDCE8 Anakiwa

📋 copy color: '#8EDCE8'

red 142 ◦ green 220 ◦ blue 232

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

Shades of Anakiwa #8EDCE8

Tints of Anakiwa #8EDCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 23.91%
G = 37.04%
B = 39.06%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8EDCE8 (or 0x8EDCE8) is known color: Anakiwa. HEX triplet: 8E, DC and E8. RGB value is (142,220,232). Sum of RGB (Red+Green+Blue) = 142+220+232=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #8EDCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDCE8 is #712317. Grayscale: #C5C5C5. Windows color (decimal): -7414552 or 15260814. OLE color: 15260814.

HSL color Cylindrical-coordinate representation of color #8EDCE8: hue angle of 188º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EDCE8 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 220 232 -
CMYK 0.39 0.05 0 0.09
HSL 188º 0.66% 0.73% -
HSV(B) 188º 0.39% 0.91% -
XYZ 51.31 62.76 85.75 -
YUV 198.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 142 220 232 0.39 0.05 0 0.09 188 0.66 0.73
Hex 8E DC E8 27 5 0 9 BC 42 49
Octal 216 334 350 47 5 0 11 274 102 111
Binary 10001110 11011100 11101000 100111 101 0 1001 10111100 1000010 1001001

Color Harmonies of #8EDCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCE8

Black with #8EDCE8

Text Example


Text Example

White with #8EDCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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