Html Css Color HEX #8CC0DC Cornflower

📋 copy color: '#8CC0DC'

red 140 ◦ green 192 ◦ blue 220

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

Shades of Cornflower #8CC0DC

Tints of Cornflower #8CC0DC

RGB

 RED value IS 140 (55.08% from 255) = 25.36%

 GREEN value IS 192 (75.39% from 255) = 34.78%

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

R = 25.36%
G = 34.78%
B = 39.86%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CC0DC (or 0x8CC0DC) is known color: Cornflower. HEX triplet: 8C, C0 and DC. RGB value is (140,192,220). Sum of RGB (Red+Green+Blue) = 140+192+220=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0DC is #733F23. Grayscale: #B3B3B3. Windows color (decimal): -7552804 or 14467212. OLE color: 14467212.

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

Color convert

RGB 140 192 220 -
CMYK 0.36 0.13 0 0.14
HSL 201º 0.53% 0.71% -
HSV(B) 201º 0.36% 0.86% -
XYZ 42.58 48.44 74.82 -
YUV 179.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 140 192 220 0.36 0.13 0 0.14 201 0.53 0.71
Hex 8C C0 DC 24 D 0 E C9 35 47
Octal 214 300 334 44 15 0 16 311 65 107
Binary 10001100 11000000 11011100 100100 1101 0 1110 11001001 110101 1000111

Color Harmonies of #8CC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0DC

Black with #8CC0DC

Text Example


Text Example

White with #8CC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,220); }

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

background-color css

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

 a { background-color: rgb(140,192,220); }

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

border-color css

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

 span { border-color: rgb(140,192,220); }

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