Html Css Color HEX #86BCEA Cornflower

📋 copy color: '#86BCEA'

red 134 ◦ green 188 ◦ blue 234

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

Shades of Cornflower #86BCEA

Tints of Cornflower #86BCEA

RGB

 RED value IS 134 (52.73% from 255) = 24.1%

 GREEN value IS 188 (73.83% from 255) = 33.81%

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

R = 24.1%
G = 33.81%
B = 42.09%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#86BCEA (or 0x86BCEA) is known color: Cornflower. HEX triplet: 86, BC and EA. RGB value is (134,188,234). Sum of RGB (Red+Green+Blue) = 134+188+234=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #86BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCEA is #794315. Grayscale: #B0B0B0. Windows color (decimal): -7947030 or 15383686. OLE color: 15383686.

HSL color Cylindrical-coordinate representation of color #86BCEA: hue angle of 207.6º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86BCEA is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 188 234 -
CMYK 0.43 0.20 0 0.08
HSL 207.6º 0.7% 0.72% -
HSV(B) 207.6º 0.43% 0.92% -
XYZ 42.67 46.98 84.66 -
YUV 177.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 134 188 234 0.43 0.20 0 0.08 207.6 0.7 0.72
Hex 86 BC EA 2B 14 0 8 D0 46 48
Octal 206 274 352 53 24 0 10 320 106 110
Binary 10000110 10111100 11101010 101011 10100 0 1000 11010000 1000110 1001000

Color Harmonies of #86BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCEA

Black with #86BCEA

Text Example


Text Example

White with #86BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BCEA; }

 p { color: rgb(134,188,234); }

 H1.HeaderClassName
 {
   color: #86BCEA;
 }
 .AnyTagClassName
 {
   color: #86BCEA;
 }
</style>

background-color css

<style>
 a { background-color: #86BCEA; }

 a { background-color: rgb(134,188,234); }

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

border-color css

<style>
 span { border-color: #86BCEA; }

 span { border-color: rgb(134,188,234); }

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