Html Css Color HEX #8EC8DF Anakiwa

📋 copy color: '#8EC8DF'

red 142 ◦ green 200 ◦ blue 223

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

Shades of Anakiwa #8EC8DF

Tints of Anakiwa #8EC8DF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.4%

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 25.13%
G = 35.4%
B = 39.47%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EC8DF (or 0x8EC8DF) is known color: Anakiwa. HEX triplet: 8E, C8 and DF. RGB value is (142,200,223). Sum of RGB (Red+Green+Blue) = 142+200+223=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC8DF is #713720. Grayscale: #B9B9B9. Windows color (decimal): -7419681 or 14665870. OLE color: 14665870.

HSL color Cylindrical-coordinate representation of color #8EC8DF: hue angle of 197.04º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EC8DF is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 200 223 -
CMYK 0.36 0.10 0 0.13
HSL 197.04º 0.56% 0.72% -
HSV(B) 197.04º 0.36% 0.87% -
XYZ 45.13 52.39 77.55 -
YUV 185.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 142 200 223 0.36 0.10 0 0.13 197.04 0.56 0.72
Hex 8E C8 DF 24 A 0 D C5 38 48
Octal 216 310 337 44 12 0 15 305 70 110
Binary 10001110 11001000 11011111 100100 1010 0 1101 11000101 111000 1001000

Color Harmonies of #8EC8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC8DF

Black with #8EC8DF

Text Example


Text Example

White with #8EC8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,200,223); }

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

background-color css

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

 a { background-color: rgb(142,200,223); }

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

border-color css

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

 span { border-color: rgb(142,200,223); }

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