Html Css Color HEX #86BCEC Cornflower

📋 copy color: '#86BCEC'

red 134 ◦ green 188 ◦ blue 236

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

Shades of Cornflower #86BCEC

Tints of Cornflower #86BCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 24.01%
G = 33.69%
B = 42.29%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86BCEC (or 0x86BCEC) is known color: Cornflower. HEX triplet: 86, BC and EC. RGB value is (134,188,236). Sum of RGB (Red+Green+Blue) = 134+188+236=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #86BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCEC is #794313. Grayscale: #B1B1B1. Windows color (decimal): -7947028 or 15514758. OLE color: 15514758.

HSL color Cylindrical-coordinate representation of color #86BCEC: hue angle of 208.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86BCEC is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 188 236 -
CMYK 0.43 0.20 0 0.07
HSL 208.24º 0.73% 0.73% -
HSV(B) 208.24º 0.43% 0.93% -
XYZ 42.96 47.09 86.18 -
YUV 177.33 161.11 97.1 -
System Red Green Blue C M Y K H S L
Decimal 134 188 236 0.43 0.20 0 0.07 208.24 0.73 0.73
Hex 86 BC EC 2B 14 0 7 D0 49 49
Octal 206 274 354 53 24 0 7 320 111 111
Binary 10000110 10111100 11101100 101011 10100 0 111 11010000 1001001 1001001

Color Harmonies of #86BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCEC

Black with #86BCEC

Text Example


Text Example

White with #86BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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