Html Css Color HEX #8CBCDC Cornflower

📋 copy color: '#8CBCDC'

red 140 ◦ green 188 ◦ blue 220

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

Shades of Cornflower #8CBCDC

Tints of Cornflower #8CBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.31%

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

R = 25.55%
G = 34.31%
B = 40.15%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CBCDC (or 0x8CBCDC) is known color: Cornflower. HEX triplet: 8C, BC and DC. RGB value is (140,188,220). Sum of RGB (Red+Green+Blue) = 140+188+220=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCDC is #734323. Grayscale: #B1B1B1. Windows color (decimal): -7553828 or 14466188. OLE color: 14466188.

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

Color convert

RGB 140 188 220 -
CMYK 0.36 0.15 0 0.14
HSL 204º 0.53% 0.71% -
HSV(B) 204º 0.36% 0.86% -
XYZ 41.72 46.71 74.53 -
YUV 177.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 140 188 220 0.36 0.15 0 0.14 204 0.53 0.71
Hex 8C BC DC 24 F 0 E CC 35 47
Octal 214 274 334 44 17 0 16 314 65 107
Binary 10001100 10111100 11011100 100100 1111 0 1110 11001100 110101 1000111

Color Harmonies of #8CBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCDC

Black with #8CBCDC

Text Example


Text Example

White with #8CBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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