Html Css Color HEX #8CBFDD Cornflower

📋 copy color: '#8CBFDD'

red 140 ◦ green 191 ◦ blue 221

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

Shades of Cornflower #8CBFDD

Tints of Cornflower #8CBFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 34.6%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 25.36%
G = 34.6%
B = 40.04%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CBFDD (or 0x8CBFDD) is known color: Cornflower. HEX triplet: 8C, BF and DD. RGB value is (140,191,221). Sum of RGB (Red+Green+Blue) = 140+191+221=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBFDD is #734022. Grayscale: #B3B3B3. Windows color (decimal): -7553059 or 14532492. OLE color: 14532492.

HSL color Cylindrical-coordinate representation of color #8CBFDD: hue angle of 202.22º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CBFDD is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 191 221 -
CMYK 0.37 0.14 0 0.13
HSL 202.22º 0.54% 0.71% -
HSV(B) 202.22º 0.37% 0.87% -
XYZ 42.5 48.06 75.44 -
YUV 179.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 140 191 221 0.37 0.14 0 0.13 202.22 0.54 0.71
Hex 8C BF DD 25 E 0 D CA 36 47
Octal 214 277 335 45 16 0 15 312 66 107
Binary 10001100 10111111 11011101 100101 1110 0 1101 11001010 110110 1000111

Color Harmonies of #8CBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBFDD

Black with #8CBFDD

Text Example


Text Example

White with #8CBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,221); }

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

background-color css

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

 a { background-color: rgb(140,191,221); }

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

border-color css

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

 span { border-color: rgb(140,191,221); }

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