Html Css Color HEX #8DCADC Anakiwa

📋 copy color: '#8DCADC'

red 141 ◦ green 202 ◦ blue 220

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

Shades of Anakiwa #8DCADC

Tints of Anakiwa #8DCADC

RGB

 RED value IS 141 (55.47% from 255) = 25.04%

 GREEN value IS 202 (79.3% from 255) = 35.88%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 25.04%
G = 35.88%
B = 39.08%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DCADC (or 0x8DCADC) is known color: Anakiwa. HEX triplet: 8D, CA and DC. RGB value is (141,202,220). Sum of RGB (Red+Green+Blue) = 141+202+220=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCADC is #723523. Grayscale: #B9B9B9. Windows color (decimal): -7484708 or 14469773. OLE color: 14469773.

HSL color Cylindrical-coordinate representation of color #8DCADC: hue angle of 193.67º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DCADC is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 202 220 -
CMYK 0.36 0.08 0 0.14
HSL 193.67º 0.53% 0.71% -
HSV(B) 193.67º 0.36% 0.86% -
XYZ 45.02 53.07 75.58 -
YUV 185.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 141 202 220 0.36 0.08 0 0.14 193.67 0.53 0.71
Hex 8D CA DC 24 8 0 E C2 35 47
Octal 215 312 334 44 10 0 16 302 65 107
Binary 10001101 11001010 11011100 100100 1000 0 1110 11000010 110101 1000111

Color Harmonies of #8DCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCADC

Black with #8DCADC

Text Example


Text Example

White with #8DCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,202,220); }

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

background-color css

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

 a { background-color: rgb(141,202,220); }

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

border-color css

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

 span { border-color: rgb(141,202,220); }

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