Html Css Color HEX #8CBBDC Cornflower

📋 copy color: '#8CBBDC'

red 140 ◦ green 187 ◦ blue 220

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

Shades of Cornflower #8CBBDC

Tints of Cornflower #8CBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.19%

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

R = 25.59%
G = 34.19%
B = 40.22%

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

#8CBBDC (or 0x8CBBDC) is known color: Cornflower. HEX triplet: 8C, BB and DC. RGB value is (140,187,220). Sum of RGB (Red+Green+Blue) = 140+187+220=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBDC is #734423. Grayscale: #B0B0B0. Windows color (decimal): -7554084 or 14465932. OLE color: 14465932.

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

Color convert

RGB 140 187 220 -
CMYK 0.36 0.15 0 0.14
HSL 204.75º 0.53% 0.71% -
HSV(B) 204.75º 0.36% 0.86% -
XYZ 41.5 46.28 74.46 -
YUV 176.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 140 187 220 0.36 0.15 0 0.14 204.75 0.53 0.71
Hex 8C BB DC 24 F 0 E CD 35 47
Octal 214 273 334 44 17 0 16 315 65 107
Binary 10001100 10111011 11011100 100100 1111 0 1110 11001101 110101 1000111

Color Harmonies of #8CBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBBDC

Black with #8CBBDC

Text Example


Text Example

White with #8CBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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