Html Css Color HEX #8ED5ED Anakiwa

📋 copy color: '#8ED5ED'

red 142 ◦ green 213 ◦ blue 237

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

Shades of Anakiwa #8ED5ED

Tints of Anakiwa #8ED5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.98%

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 23.99%
G = 35.98%
B = 40.03%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8ED5ED (or 0x8ED5ED) is known color: Anakiwa. HEX triplet: 8E, D5 and ED. RGB value is (142,213,237). Sum of RGB (Red+Green+Blue) = 142+213+237=592 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.99% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ED5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED5ED is #712A12. Grayscale: #C2C2C2. Windows color (decimal): -7416339 or 15586702. OLE color: 15586702.

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

Color convert

RGB 142 213 237 -
CMYK 0.40 0.10 0 0.07
HSL 195.16º 0.73% 0.74% -
HSV(B) 195.16º 0.4% 0.93% -
XYZ 50.24 59.45 88.95 -
YUV 194.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 142 213 237 0.40 0.10 0 0.07 195.16 0.73 0.74
Hex 8E D5 ED 28 A 0 7 C3 49 4A
Octal 216 325 355 50 12 0 7 303 111 112
Binary 10001110 11010101 11101101 101000 1010 0 111 11000011 1001001 1001010

Color Harmonies of #8ED5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED5ED

Black with #8ED5ED

Text Example


Text Example

White with #8ED5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,213,237); }

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

background-color css

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

 a { background-color: rgb(142,213,237); }

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

border-color css

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

 span { border-color: rgb(142,213,237); }

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