Html Css Color HEX #8CBAEF Cornflower

📋 copy color: '#8CBAEF'

red 140 ◦ green 186 ◦ blue 239

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

Shades of Cornflower #8CBAEF

Tints of Cornflower #8CBAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 24.78%
G = 32.92%
B = 42.3%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8CBAEF (or 0x8CBAEF) is known color: Cornflower. HEX triplet: 8C, BA and EF. RGB value is (140,186,239). Sum of RGB (Red+Green+Blue) = 140+186+239=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAEF is #734510. Grayscale: #B2B2B2. Windows color (decimal): -7554321 or 15710860. OLE color: 15710860.

HSL color Cylindrical-coordinate representation of color #8CBAEF: hue angle of 212.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBAEF is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 186 239 -
CMYK 0.41 0.22 0 0.06
HSL 212.12º 0.76% 0.74% -
HSV(B) 212.12º 0.41% 0.94% -
XYZ 43.95 46.93 88.4 -
YUV 178.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 140 186 239 0.41 0.22 0 0.06 212.12 0.76 0.74
Hex 8C BA EF 29 16 0 6 D4 4C 4A
Octal 214 272 357 51 26 0 6 324 114 112
Binary 10001100 10111010 11101111 101001 10110 0 110 11010100 1001100 1001010

Color Harmonies of #8CBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBAEF

Black with #8CBAEF

Text Example


Text Example

White with #8CBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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