Html Css Color HEX #8DC2DC Cornflower

📋 copy color: '#8DC2DC'

red 141 ◦ green 194 ◦ blue 220

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

Shades of Cornflower #8DC2DC

Tints of Cornflower #8DC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.95%

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

R = 25.41%
G = 34.95%
B = 39.64%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DC2DC (or 0x8DC2DC) is known color: Cornflower. HEX triplet: 8D, C2 and DC. RGB value is (141,194,220). Sum of RGB (Red+Green+Blue) = 141+194+220=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2DC is #723D23. Grayscale: #B4B4B4. Windows color (decimal): -7486756 or 14467725. OLE color: 14467725.

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

Color convert

RGB 141 194 220 -
CMYK 0.36 0.12 0 0.14
HSL 199.75º 0.53% 0.71% -
HSV(B) 199.75º 0.36% 0.86% -
XYZ 43.19 49.41 74.97 -
YUV 181.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 141 194 220 0.36 0.12 0 0.14 199.75 0.53 0.71
Hex 8D C2 DC 24 C 0 E C8 35 47
Octal 215 302 334 44 14 0 16 310 65 107
Binary 10001101 11000010 11011100 100100 1100 0 1110 11001000 110101 1000111

Color Harmonies of #8DC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC2DC

Black with #8DC2DC

Text Example


Text Example

White with #8DC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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