Html Css Color HEX #8CBBDD Cornflower

📋 copy color: '#8CBBDD'

red 140 ◦ green 187 ◦ blue 221

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

Shades of Cornflower #8CBBDD

Tints of Cornflower #8CBBDD

RGB

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

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

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

R = 25.55%
G = 34.12%
B = 40.33%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CBBDD (or 0x8CBBDD) is known color: Cornflower. HEX triplet: 8C, BB and DD. RGB value is (140,187,221). Sum of RGB (Red+Green+Blue) = 140+187+221=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBDD is #734422. Grayscale: #B0B0B0. Windows color (decimal): -7554083 or 14531468. OLE color: 14531468.

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

Color convert

RGB 140 187 221 -
CMYK 0.37 0.15 0 0.13
HSL 205.19º 0.54% 0.71% -
HSV(B) 205.19º 0.37% 0.87% -
XYZ 41.64 46.34 75.16 -
YUV 176.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 140 187 221 0.37 0.15 0 0.13 205.19 0.54 0.71
Hex 8C BB DD 25 F 0 D CD 36 47
Octal 214 273 335 45 17 0 15 315 66 107
Binary 10001100 10111011 11011101 100101 1111 0 1101 11001101 110110 1000111

Color Harmonies of #8CBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBBDD

Black with #8CBBDD

Text Example


Text Example

White with #8CBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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