Html Css Color HEX #8ECCEA Anakiwa

📋 copy color: '#8ECCEA'

red 142 ◦ green 204 ◦ blue 234

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

Shades of Anakiwa #8ECCEA

Tints of Anakiwa #8ECCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 24.48%
G = 35.17%
B = 40.34%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8ECCEA (or 0x8ECCEA) is known color: Anakiwa. HEX triplet: 8E, CC and EA. RGB value is (142,204,234). Sum of RGB (Red+Green+Blue) = 142+204+234=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ECCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECCEA is #713315. Grayscale: #BCBCBC. Windows color (decimal): -7418646 or 15387790. OLE color: 15387790.

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

Color convert

RGB 142 204 234 -
CMYK 0.39 0.13 0 0.08
HSL 199.57º 0.69% 0.74% -
HSV(B) 199.57º 0.39% 0.92% -
XYZ 47.6 54.88 85.93 -
YUV 188.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 142 204 234 0.39 0.13 0 0.08 199.57 0.69 0.74
Hex 8E CC EA 27 D 0 8 C8 45 4A
Octal 216 314 352 47 15 0 10 310 105 112
Binary 10001110 11001100 11101010 100111 1101 0 1000 11001000 1000101 1001010

Color Harmonies of #8ECCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECCEA

Black with #8ECCEA

Text Example


Text Example

White with #8ECCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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