Html Css Color HEX #8CBBDB Cornflower

📋 copy color: '#8CBBDB'

red 140 ◦ green 187 ◦ blue 219

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

Shades of Cornflower #8CBBDB

Tints of Cornflower #8CBBDB

RGB

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

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

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

R = 25.64%
G = 34.25%
B = 40.11%

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

#8CBBDB (or 0x8CBBDB) is known color: Cornflower. HEX triplet: 8C, BB and DB. RGB value is (140,187,219). Sum of RGB (Red+Green+Blue) = 140+187+219=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBDB is #734424. Grayscale: #B0B0B0. Windows color (decimal): -7554085 or 14400396. OLE color: 14400396.

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

Color convert

RGB 140 187 219 -
CMYK 0.36 0.15 0 0.14
HSL 204.3º 0.52% 0.7% -
HSV(B) 204.3º 0.36% 0.86% -
XYZ 41.37 46.23 73.76 -
YUV 176.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 140 187 219 0.36 0.15 0 0.14 204.3 0.52 0.7
Hex 8C BB DB 24 F 0 E CC 34 46
Octal 214 273 333 44 17 0 16 314 64 106
Binary 10001100 10111011 11011011 100100 1111 0 1110 11001100 110100 1000110

Color Harmonies of #8CBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBBDB

Black with #8CBBDB

Text Example


Text Example

White with #8CBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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