#86BEEA

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

Shades of Sky Blue #86BEEA

Tints of Sky Blue #86BEEA

Color information

#86BEEA (or 0x86BEEA) is unknown color: approx Sky Blue. HEX triplet: 86, BE and EA. RGB value is (134,190,234). Sum of RGB (Red+Green+Blue) = 134+190+234=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #86BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BEEA is #794115. Grayscale: #B2B2B2. Windows color (decimal): -7946518 or 15384198. OLE color: 15384198.

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

Color convert

RGB134190234-
CMYK0.430.1900.08
HSL206.4º70.42%72.16%-
HSV(B)206.4º42.74%91.76%-
XYZ43.147.8484.8-
YUV178.27159.4596.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.01%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=24.01%
G=34.05%
B=41.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341902340.430.1900.08206.470.4272.16
Hex86BEEA2B1308ce4648
Octal2062763525323010316106110
Binary10000110101111101110101010101110011010001100111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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