Html Css Color HEX #8CBDD9 Cornflower

📋 copy color: '#8CBDD9'

red 140 ◦ green 189 ◦ blue 217

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

Shades of Cornflower #8CBDD9

Tints of Cornflower #8CBDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.74%

R = 25.64%
G = 34.62%
B = 39.74%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8CBDD9 (or 0x8CBDD9) is known color: Cornflower. HEX triplet: 8C, BD and D9. RGB value is (140,189,217). Sum of RGB (Red+Green+Blue) = 140+189+217=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #8CBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDD9 is #734226. Grayscale: #B1B1B1. Windows color (decimal): -7553575 or 14269836. OLE color: 14269836.

HSL color Cylindrical-coordinate representation of color #8CBDD9: hue angle of 201.82º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CBDD9 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 189 217 -
CMYK 0.35 0.13 0 0.15
HSL 201.82º 0.5% 0.7% -
HSV(B) 201.82º 0.35% 0.85% -
XYZ 41.54 46.98 72.52 -
YUV 177.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 140 189 217 0.35 0.13 0 0.15 201.82 0.5 0.7
Hex 8C BD D9 23 D 0 F CA 32 46
Octal 214 275 331 43 15 0 17 312 62 106
Binary 10001100 10111101 11011001 100011 1101 0 1111 11001010 110010 1000110

Color Harmonies of #8CBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBDD9

Black with #8CBDD9

Text Example


Text Example

White with #8CBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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