Html Css Color HEX #8DBCDC Cornflower

📋 copy color: '#8DBCDC'

red 141 ◦ green 188 ◦ blue 220

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

Shades of Cornflower #8DBCDC

Tints of Cornflower #8DBCDC

RGB

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

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

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

R = 25.68%
G = 34.24%
B = 40.07%

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

#8DBCDC (or 0x8DBCDC) is known color: Cornflower. HEX triplet: 8D, BC and DC. RGB value is (141,188,220). Sum of RGB (Red+Green+Blue) = 141+188+220=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 188 (73.83% from 255 or 34.24% 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 #8DBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCDC is #724323. Grayscale: #B1B1B1. Windows color (decimal): -7488292 or 14466189. OLE color: 14466189.

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

Color convert

RGB 141 188 220 -
CMYK 0.36 0.15 0 0.14
HSL 204.3º 0.53% 0.71% -
HSV(B) 204.3º 0.36% 0.86% -
XYZ 41.89 46.8 74.54 -
YUV 177.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 141 188 220 0.36 0.15 0 0.14 204.3 0.53 0.71
Hex 8D BC DC 24 F 0 E CC 35 47
Octal 215 274 334 44 17 0 16 314 65 107
Binary 10001101 10111100 11011100 100100 1111 0 1110 11001100 110101 1000111

Color Harmonies of #8DBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCDC

Black with #8DBCDC

Text Example


Text Example

White with #8DBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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