Html Css Color HEX #8CBCDB Cornflower

📋 copy color: '#8CBCDB'

red 140 ◦ green 188 ◦ blue 219

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

Shades of Cornflower #8CBCDB

Tints of Cornflower #8CBCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 25.59%
G = 34.37%
B = 40.04%

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

#8CBCDB (or 0x8CBCDB) is known color: Cornflower. HEX triplet: 8C, BC and DB. RGB value is (140,188,219). Sum of RGB (Red+Green+Blue) = 140+188+219=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCDB is #734324. Grayscale: #B1B1B1. Windows color (decimal): -7553829 or 14400652. OLE color: 14400652.

HSL color Cylindrical-coordinate representation of color #8CBCDB: hue angle of 203.54º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CBCDB is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 188 219 -
CMYK 0.36 0.14 0 0.14
HSL 203.54º 0.52% 0.7% -
HSV(B) 203.54º 0.36% 0.86% -
XYZ 41.58 46.66 73.83 -
YUV 177.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 140 188 219 0.36 0.14 0 0.14 203.54 0.52 0.7
Hex 8C BC DB 24 E 0 E CC 34 46
Octal 214 274 333 44 16 0 16 314 64 106
Binary 10001100 10111100 11011011 100100 1110 0 1110 11001100 110100 1000110

Color Harmonies of #8CBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCDB

Black with #8CBCDB

Text Example


Text Example

White with #8CBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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