#86D5F2

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

Shades of Sky Blue #86D5F2

Tints of Sky Blue #86D5F2

Color information

#86D5F2 (or 0x86D5F2) is unknown color: approx Sky Blue. HEX triplet: 86, D5 and F2. RGB value is (134,213,242). Sum of RGB (Red+Green+Blue) = 134+213+242=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #86D5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D5F2 is #792A0D. Grayscale: #C0C0C0. Windows color (decimal): -7940622 or 15914374. OLE color: 15914374.

HSL color Cylindrical-coordinate representation of color #86D5F2: hue angle of 196.11º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86D5F2 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134213242-
CMYK0.450.1200.05
HSL196.11º80.6%73.73%-
HSV(B)196.11º44.63%94.9%-
XYZ49.6559.0792.79-
YUV192.68155.8386.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.75%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=22.75%
G=36.16%
B=41.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342132420.450.1200.05196.1180.673.73
Hex86D5F22DC05c4514a
Octal206325362551405304121112
Binary100001101101010111110010101101110001011100010010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,242); }

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

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

 a { background-color: rgb(134,213,242); }

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

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

 span { border-color: rgb(134,213,242); }

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