Html Css Color HEX #8ECFEB Anakiwa

📋 copy color: '#8ECFEB'

red 142 ◦ green 207 ◦ blue 235

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

Shades of Anakiwa #8ECFEB

Tints of Anakiwa #8ECFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.45%

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

R = 24.32%
G = 35.45%
B = 40.24%

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

#8ECFEB (or 0x8ECFEB) is known color: Anakiwa. HEX triplet: 8E, CF and EB. RGB value is (142,207,235). Sum of RGB (Red+Green+Blue) = 142+207+235=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ECFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECFEB is #713014. Grayscale: #BEBEBE. Windows color (decimal): -7417877 or 15454094. OLE color: 15454094.

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

Color convert

RGB 142 207 235 -
CMYK 0.40 0.12 0 0.08
HSL 198.06º 0.7% 0.74% -
HSV(B) 198.06º 0.4% 0.92% -
XYZ 48.46 56.37 86.92 -
YUV 190.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 142 207 235 0.40 0.12 0 0.08 198.06 0.7 0.74
Hex 8E CF EB 28 C 0 8 C6 46 4A
Octal 216 317 353 50 14 0 10 306 106 112
Binary 10001110 11001111 11101011 101000 1100 0 1000 11000110 1000110 1001010

Color Harmonies of #8ECFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECFEB

Black with #8ECFEB

Text Example


Text Example

White with #8ECFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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