Html Css Color HEX #8EDEEE Anakiwa

📋 copy color: '#8EDEEE'

red 142 ◦ green 222 ◦ blue 238

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

Shades of Anakiwa #8EDEEE

Tints of Anakiwa #8EDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.88%

 BLUE value IS 238 (93.36% from 255) = 39.53%

R = 23.59%
G = 36.88%
B = 39.53%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EDEEE (or 0x8EDEEE) is known color: Anakiwa. HEX triplet: 8E, DE and EE. RGB value is (142,222,238). Sum of RGB (Red+Green+Blue) = 142+222+238=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDEEE is #712111. Grayscale: #C7C7C7. Windows color (decimal): -7414034 or 15654542. OLE color: 15654542.

HSL color Cylindrical-coordinate representation of color #8EDEEE: hue angle of 190º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDEEE is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 222 238 -
CMYK 0.40 0.07 0 0.07
HSL 190º 0.74% 0.75% -
HSV(B) 190º 0.4% 0.93% -
XYZ 52.71 64.17 90.5 -
YUV 199.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 142 222 238 0.40 0.07 0 0.07 190 0.74 0.75
Hex 8E DE EE 28 7 0 7 BE 4A 4B
Octal 216 336 356 50 7 0 7 276 112 113
Binary 10001110 11011110 11101110 101000 111 0 111 10111110 1001010 1001011

Color Harmonies of #8EDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDEEE

Black with #8EDEEE

Text Example


Text Example

White with #8EDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,238); }

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

background-color css

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

 a { background-color: rgb(142,222,238); }

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

border-color css

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

 span { border-color: rgb(142,222,238); }

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