Html Css Color HEX #86BCEB Cornflower

📋 copy color: '#86BCEB'

red 134 ◦ green 188 ◦ blue 235

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

Shades of Cornflower #86BCEB

Tints of Cornflower #86BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.19%

R = 24.06%
G = 33.75%
B = 42.19%

CMYK

 C value IS 0.43

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#86BCEB (or 0x86BCEB) is known color: Cornflower. HEX triplet: 86, BC and EB. RGB value is (134,188,235). Sum of RGB (Red+Green+Blue) = 134+188+235=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #86BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCEB is #794314. Grayscale: #B0B0B0. Windows color (decimal): -7947029 or 15449222. OLE color: 15449222.

HSL color Cylindrical-coordinate representation of color #86BCEB: hue angle of 207.92º degrees, saturation: 0.72, 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 #86BCEB is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 188 235 -
CMYK 0.43 0.2 0 0.08
HSL 207.92º 0.72% 0.72% -
HSV(B) 207.92º 0.43% 0.92% -
XYZ 42.81 47.03 85.42 -
YUV 177.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 134 188 235 0.43 0.2 0 0.08 207.92 0.72 0.72
Hex 86 BC EB 2B 14 0 8 D0 48 48
Octal 206 274 353 53 24 0 10 320 110 110
Binary 10000110 10111100 11101011 101011 10100 0 1000 11010000 1001000 1001000

Color Harmonies of #86BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCEB

Black with #86BCEB

Text Example


Text Example

White with #86BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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