#86D8F1

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

Shades of Sky Blue #86D8F1

Tints of Sky Blue #86D8F1

Color information

#86D8F1 (or 0x86D8F1) is unknown color: approx Sky Blue. HEX triplet: 86, D8 and F1. RGB value is (134,216,241). Sum of RGB (Red+Green+Blue) = 134+216+241=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #86D8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D8F1 is #79270E. Grayscale: #C2C2C2. Windows color (decimal): -7939855 or 15849606. OLE color: 15849606.

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

Color convert

RGB134216241-
CMYK0.440.1000.05
HSL194.02º79.26%73.53%-
HSV(B)194.02º44.4%94.51%-
XYZ50.2660.5392.25-
YUV194.33154.3384.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.67%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=22.67%
G=36.55%
B=40.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342162410.440.1000.05194.0279.2673.53
Hex86D8F12CA05c24f4a
Octal206330361541205302117112
Binary100001101101100011110001101100101001011100001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,216,241); }

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

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

 a { background-color: rgb(134,216,241); }

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

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

 span { border-color: rgb(134,216,241); }

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