Html Css Color HEX #8EC6DF Anakiwa

📋 copy color: '#8EC6DF'

red 142 ◦ green 198 ◦ blue 223

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

Shades of Anakiwa #8EC6DF

Tints of Anakiwa #8EC6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.17%

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

R = 25.22%
G = 35.17%
B = 39.61%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EC6DF (or 0x8EC6DF) is known color: Anakiwa. HEX triplet: 8E, C6 and DF. RGB value is (142,198,223). Sum of RGB (Red+Green+Blue) = 142+198+223=563 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.22% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC6DF is #713920. Grayscale: #B7B7B7. Windows color (decimal): -7420193 or 14665358. OLE color: 14665358.

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

Color convert

RGB 142 198 223 -
CMYK 0.36 0.11 0 0.13
HSL 198.52º 0.56% 0.72% -
HSV(B) 198.52º 0.36% 0.87% -
XYZ 44.67 51.47 77.39 -
YUV 184.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 142 198 223 0.36 0.11 0 0.13 198.52 0.56 0.72
Hex 8E C6 DF 24 B 0 D C7 38 48
Octal 216 306 337 44 13 0 15 307 70 110
Binary 10001110 11000110 11011111 100100 1011 0 1101 11000111 111000 1001000

Color Harmonies of #8EC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC6DF

Black with #8EC6DF

Text Example


Text Example

White with #8EC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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