Html Css Color HEX #8CBDDC Cornflower

📋 copy color: '#8CBDDC'

red 140 ◦ green 189 ◦ blue 220

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

Shades of Cornflower #8CBDDC

Tints of Cornflower #8CBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.43%

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

R = 25.5%
G = 34.43%
B = 40.07%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CBDDC (or 0x8CBDDC) is known color: Cornflower. HEX triplet: 8C, BD and DC. RGB value is (140,189,220). Sum of RGB (Red+Green+Blue) = 140+189+220=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDDC is #734223. Grayscale: #B1B1B1. Windows color (decimal): -7553572 or 14466444. OLE color: 14466444.

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

Color convert

RGB 140 189 220 -
CMYK 0.36 0.14 0 0.14
HSL 203.25º 0.53% 0.71% -
HSV(B) 203.25º 0.36% 0.86% -
XYZ 41.93 47.14 74.6 -
YUV 177.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 140 189 220 0.36 0.14 0 0.14 203.25 0.53 0.71
Hex 8C BD DC 24 E 0 E CB 35 47
Octal 214 275 334 44 16 0 16 313 65 107
Binary 10001100 10111101 11011100 100100 1110 0 1110 11001011 110101 1000111

Color Harmonies of #8CBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBDDC

Black with #8CBDDC

Text Example


Text Example

White with #8CBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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