#86DCF5

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

Shades of Sky Blue #86DCF5

Tints of Sky Blue #86DCF5

Color information

#86DCF5 (or 0x86DCF5) is unknown color: approx Sky Blue. HEX triplet: 86, DC and F5. RGB value is (134,220,245). Sum of RGB (Red+Green+Blue) = 134+220+245=599 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.37% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #86DCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DCF5 is #79230A. Grayscale: #C4C4C4. Windows color (decimal): -7938827 or 16112774. OLE color: 16112774.

HSL color Cylindrical-coordinate representation of color #86DCF5: hue angle of 193.51º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86DCF5 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134220245-
CMYK0.450.1000.04
HSL193.51º84.73%74.31%-
HSV(B)193.51º45.31%96.08%-
XYZ51.9162.8595.78-
YUV197.14155.0182.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.37%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 245 (96.09% from 255) = 40.90%
R=22.37%
G=36.73%
B=40.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342202450.450.1000.04193.5184.7374.31
Hex86DCF52DA04c2554a
Octal206334365551204302125112
Binary100001101101110011110101101101101001001100001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,245); }

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

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

 a { background-color: rgb(134,220,245); }

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

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

 span { border-color: rgb(134,220,245); }

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