Html Css Color HEX #8EC9DF Anakiwa

📋 copy color: '#8EC9DF'

red 142 ◦ green 201 ◦ blue 223

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

Shades of Anakiwa #8EC9DF

Tints of Anakiwa #8EC9DF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

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

R = 25.09%
G = 35.51%
B = 39.4%

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

#8EC9DF (or 0x8EC9DF) is known color: Anakiwa. HEX triplet: 8E, C9 and DF. RGB value is (142,201,223). Sum of RGB (Red+Green+Blue) = 142+201+223=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EC9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC9DF is #713620. Grayscale: #B9B9B9. Windows color (decimal): -7419425 or 14666126. OLE color: 14666126.

HSL color Cylindrical-coordinate representation of color #8EC9DF: hue angle of 196.3º 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 #8EC9DF is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 201 223 -
CMYK 0.36 0.10 0 0.13
HSL 196.3º 0.56% 0.72% -
HSV(B) 196.3º 0.36% 0.87% -
XYZ 45.36 52.85 77.62 -
YUV 185.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 142 201 223 0.36 0.10 0 0.13 196.3 0.56 0.72
Hex 8E C9 DF 24 A 0 D C4 38 48
Octal 216 311 337 44 12 0 15 304 70 110
Binary 10001110 11001001 11011111 100100 1010 0 1101 11000100 111000 1001000

Color Harmonies of #8EC9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC9DF

Black with #8EC9DF

Text Example


Text Example

White with #8EC9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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