Html Css Color HEX #86BDEA Cornflower

📋 copy color: '#86BDEA'

red 134 ◦ green 189 ◦ blue 234

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

Shades of Cornflower #86BDEA

Tints of Cornflower #86BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

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

R = 24.06%
G = 33.93%
B = 42.01%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#86BDEA (or 0x86BDEA) is known color: Cornflower. HEX triplet: 86, BD and EA. RGB value is (134,189,234). Sum of RGB (Red+Green+Blue) = 134+189+234=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #86BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BDEA is #794215. Grayscale: #B1B1B1. Windows color (decimal): -7946774 or 15383942. OLE color: 15383942.

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

Color convert

RGB 134 189 234 -
CMYK 0.43 0.19 0 0.08
HSL 207º 0.7% 0.72% -
HSV(B) 207º 0.43% 0.92% -
XYZ 42.88 47.4 84.73 -
YUV 177.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 134 189 234 0.43 0.19 0 0.08 207 0.7 0.72
Hex 86 BD EA 2B 13 0 8 CF 46 48
Octal 206 275 352 53 23 0 10 317 106 110
Binary 10000110 10111101 11101010 101011 10011 0 1000 11001111 1000110 1001000

Color Harmonies of #86BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BDEA

Black with #86BDEA

Text Example


Text Example

White with #86BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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