Html Css Color HEX #8ECCEB Anakiwa

📋 copy color: '#8ECCEB'

red 142 ◦ green 204 ◦ blue 235

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

Shades of Anakiwa #8ECCEB

Tints of Anakiwa #8ECCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.11%

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 24.44%
G = 35.11%
B = 40.45%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8ECCEB (or 0x8ECCEB) is known color: Anakiwa. HEX triplet: 8E, CC and EB. RGB value is (142,204,235). Sum of RGB (Red+Green+Blue) = 142+204+235=581 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.44% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ECCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECCEB is #713314. Grayscale: #BCBCBC. Windows color (decimal): -7418645 or 15453326. OLE color: 15453326.

HSL color Cylindrical-coordinate representation of color #8ECCEB: hue angle of 200º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ECCEB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 204 235 -
CMYK 0.40 0.13 0 0.08
HSL 200º 0.7% 0.74% -
HSV(B) 200º 0.4% 0.92% -
XYZ 47.74 54.93 86.68 -
YUV 189 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 142 204 235 0.40 0.13 0 0.08 200 0.7 0.74
Hex 8E CC EB 28 D 0 8 C8 46 4A
Octal 216 314 353 50 15 0 10 310 106 112
Binary 10001110 11001100 11101011 101000 1101 0 1000 11001000 1000110 1001010

Color Harmonies of #8ECCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECCEB

Black with #8ECCEB

Text Example


Text Example

White with #8ECCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,204,235); }

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

background-color css

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

 a { background-color: rgb(142,204,235); }

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

border-color css

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

 span { border-color: rgb(142,204,235); }

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