#86BEE5

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

Shades of Sky Blue #86BEE5

Tints of Sky Blue #86BEE5

Color information

#86BEE5 (or 0x86BEE5) is unknown color: approx Sky Blue. HEX triplet: 86, BE and E5. RGB value is (134,190,229). Sum of RGB (Red+Green+Blue) = 134+190+229=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #86BEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BEE5 is #79411A. Grayscale: #B1B1B1. Windows color (decimal): -7946523 or 15056518. OLE color: 15056518.

HSL color Cylindrical-coordinate representation of color #86BEE5: hue angle of 204.63º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86BEE5 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB134190229-
CMYK0.410.1700.10
HSL204.63º64.63%71.18%-
HSV(B)204.63º41.48%89.8%-
XYZ42.3947.5581.07-
YUV177.7156.9596.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.23%
GREEN value IS 190 (74.61% from 255) = 34.36%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=24.23%
G=34.36%
B=41.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1341902290.410.1700.10204.6364.6371.18
Hex86BEE529110Acd4147
Octal2062763455121012315101107
Binary10000110101111101110010110100110001010101100110110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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