Html Css Color HEX #8CBAEA Cornflower

📋 copy color: '#8CBAEA'

red 140 ◦ green 186 ◦ blue 234

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

Shades of Cornflower #8CBAEA

Tints of Cornflower #8CBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 25%
G = 33.21%
B = 41.79%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CBAEA (or 0x8CBAEA) is known color: Cornflower. HEX triplet: 8C, BA and EA. RGB value is (140,186,234). Sum of RGB (Red+Green+Blue) = 140+186+234=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CBAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAEA is #734515. Grayscale: #B1B1B1. Windows color (decimal): -7554326 or 15383180. OLE color: 15383180.

HSL color Cylindrical-coordinate representation of color #8CBAEA: hue angle of 210.64º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CBAEA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 186 234 -
CMYK 0.40 0.21 0 0.08
HSL 210.64º 0.69% 0.73% -
HSV(B) 210.64º 0.4% 0.92% -
XYZ 43.23 46.63 84.56 -
YUV 177.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 140 186 234 0.40 0.21 0 0.08 210.64 0.69 0.73
Hex 8C BA EA 28 15 0 8 D3 45 49
Octal 214 272 352 50 25 0 10 323 105 111
Binary 10001100 10111010 11101010 101000 10101 0 1000 11010011 1000101 1001001

Color Harmonies of #8CBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBAEA

Black with #8CBAEA

Text Example


Text Example

White with #8CBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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