#86bfea

Color #86BFEA Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #86BFEA

Tints of Sky Blue #86BFEA

Color information

#86BFEA (or 0x86BFEA) is unknown color: approx Sky Blue. HEX triplet: 86, BF and EA. RGB value is (134,191,234). Sum of RGB (Red+Green+Blue) = 134+191+234=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #86BFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFEA is #794015. Grayscale: #B2B2B2. Windows color (decimal): -7946262 or 15384454. OLE color: 15384454.

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

Color convert

RGB134191234-
CMYK0.430.1800.08
HSL205.8º70.42%72.16%-
HSV(B)205.8º42.74%91.76%-
XYZ43.3148.2784.88-
YUV178.86159.1296-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=23.97%
G=34.17%
B=41.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341912340.430.1800.08205.870.4272.16
Hex86BFEA2B1208ce4648
Octal2062773525322010316106110
Binary10000110101111111110101010101110010010001100111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86bfea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86bfea;
 }
 .AnyTagClassName
 {
   color: #86bfea;
 }
</style>
background-color css

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

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

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

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

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

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