Html Css Color HEX #8ECEEB Anakiwa

📋 copy color: '#8ECEEB'

red 142 ◦ green 206 ◦ blue 235

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

Shades of Anakiwa #8ECEEB

Tints of Anakiwa #8ECEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.33%

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

R = 24.36%
G = 35.33%
B = 40.31%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8ECEEB (or 0x8ECEEB) is known color: Anakiwa. HEX triplet: 8E, CE and EB. RGB value is (142,206,235). Sum of RGB (Red+Green+Blue) = 142+206+235=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ECEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECEEB is #713114. Grayscale: #BDBDBD. Windows color (decimal): -7418133 or 15453838. OLE color: 15453838.

HSL color Cylindrical-coordinate representation of color #8ECEEB: hue angle of 198.71º 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 #8ECEEB is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 206 235 -
CMYK 0.40 0.12 0 0.08
HSL 198.71º 0.7% 0.74% -
HSV(B) 198.71º 0.4% 0.92% -
XYZ 48.22 55.89 86.84 -
YUV 190.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 142 206 235 0.40 0.12 0 0.08 198.71 0.7 0.74
Hex 8E CE EB 28 C 0 8 C7 46 4A
Octal 216 316 353 50 14 0 10 307 106 112
Binary 10001110 11001110 11101011 101000 1100 0 1000 11000111 1000110 1001010

Color Harmonies of #8ECEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECEEB

Black with #8ECEEB

Text Example


Text Example

White with #8ECEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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