#86D0F3

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

Shades of Sky Blue #86D0F3

Tints of Sky Blue #86D0F3

Color information

#86D0F3 (or 0x86D0F3) is unknown color: approx Sky Blue. HEX triplet: 86, D0 and F3. RGB value is (134,208,243). Sum of RGB (Red+Green+Blue) = 134+208+243=585 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.91% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #86D0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D0F3 is #792F0C. Grayscale: #BDBDBD. Windows color (decimal): -7941901 or 15978630. OLE color: 15978630.

HSL color Cylindrical-coordinate representation of color #86D0F3: hue angle of 199.27º degrees, saturation: 0.82, 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 #86D0F3 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134208243-
CMYK0.450.1400.05
HSL199.27º81.95%73.92%-
HSV(B)199.27º44.86%95.29%-
XYZ48.5756.6593.17-
YUV189.86157.9888.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.91%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=22.91%
G=35.56%
B=41.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342082430.450.1400.05199.2781.9573.92
Hex86D0F32DE05c7524a
Octal206320363551605307122112
Binary100001101101000011110011101101111001011100011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,208,243); }

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

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

 a { background-color: rgb(134,208,243); }

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

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

 span { border-color: rgb(134,208,243); }

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