Html Css Color HEX #8DC3DC Cornflower

📋 copy color: '#8DC3DC'

red 141 ◦ green 195 ◦ blue 220

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

Shades of Cornflower #8DC3DC

Tints of Cornflower #8DC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.07%

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

R = 25.36%
G = 35.07%
B = 39.57%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DC3DC (or 0x8DC3DC) is known color: Cornflower. HEX triplet: 8D, C3 and DC. RGB value is (141,195,220). Sum of RGB (Red+Green+Blue) = 141+195+220=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3DC is #723C23. Grayscale: #B5B5B5. Windows color (decimal): -7486500 or 14467981. OLE color: 14467981.

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

Color convert

RGB 141 195 220 -
CMYK 0.36 0.11 0 0.14
HSL 198.99º 0.53% 0.71% -
HSV(B) 198.99º 0.36% 0.86% -
XYZ 43.42 49.86 75.05 -
YUV 181.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 141 195 220 0.36 0.11 0 0.14 198.99 0.53 0.71
Hex 8D C3 DC 24 B 0 E C7 35 47
Octal 215 303 334 44 13 0 16 307 65 107
Binary 10001101 11000011 11011100 100100 1011 0 1110 11000111 110101 1000111

Color Harmonies of #8DC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC3DC

Black with #8DC3DC

Text Example


Text Example

White with #8DC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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