Html Css Color HEX #8EDBE5 Anakiwa

📋 copy color: '#8EDBE5'

red 142 ◦ green 219 ◦ blue 229

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

Shades of Anakiwa #8EDBE5

Tints of Anakiwa #8EDBE5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.12%

 BLUE value IS 229 (89.84% from 255) = 38.81%

R = 24.07%
G = 37.12%
B = 38.81%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8EDBE5 (or 0x8EDBE5) is known color: Anakiwa. HEX triplet: 8E, DB and E5. RGB value is (142,219,229). Sum of RGB (Red+Green+Blue) = 142+219+229=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #8EDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBE5 is #71241A. Grayscale: #C4C4C4. Windows color (decimal): -7414811 or 15063950. OLE color: 15063950.

HSL color Cylindrical-coordinate representation of color #8EDBE5: hue angle of 186.9º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EDBE5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 219 229 -
CMYK 0.38 0.04 0 0.10
HSL 186.9º 0.63% 0.73% -
HSV(B) 186.9º 0.38% 0.9% -
XYZ 50.63 62.07 83.44 -
YUV 197.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 142 219 229 0.38 0.04 0 0.10 186.9 0.63 0.73
Hex 8E DB E5 26 4 0 A BB 3F 49
Octal 216 333 345 46 4 0 12 273 77 111
Binary 10001110 11011011 11100101 100110 100 0 1010 10111011 111111 1001001

Color Harmonies of #8EDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBE5

Black with #8EDBE5

Text Example


Text Example

White with #8EDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,229); }

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

background-color css

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

 a { background-color: rgb(142,219,229); }

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

border-color css

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

 span { border-color: rgb(142,219,229); }

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