Html Css Color HEX #8CBADB Cornflower

📋 copy color: '#8CBADB'

red 140 ◦ green 186 ◦ blue 219

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

Shades of Cornflower #8CBADB

Tints of Cornflower #8CBADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.13%

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

R = 25.69%
G = 34.13%
B = 40.18%

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

#8CBADB (or 0x8CBADB) is known color: Cornflower. HEX triplet: 8C, BA and DB. RGB value is (140,186,219). Sum of RGB (Red+Green+Blue) = 140+186+219=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBADB is #734524. Grayscale: #AFAFAF. Windows color (decimal): -7554341 or 14400140. OLE color: 14400140.

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

Color convert

RGB 140 186 219 -
CMYK 0.36 0.15 0 0.14
HSL 205.06º 0.52% 0.7% -
HSV(B) 205.06º 0.36% 0.86% -
XYZ 41.16 45.81 73.69 -
YUV 176.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 140 186 219 0.36 0.15 0 0.14 205.06 0.52 0.7
Hex 8C BA DB 24 F 0 E CD 34 46
Octal 214 272 333 44 17 0 16 315 64 106
Binary 10001100 10111010 11011011 100100 1111 0 1110 11001101 110100 1000110

Color Harmonies of #8CBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBADB

Black with #8CBADB

Text Example


Text Example

White with #8CBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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