#86DAF3

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

Shades of Sky Blue #86DAF3

Tints of Sky Blue #86DAF3

Color information

#86DAF3 (or 0x86DAF3) is unknown color: approx Sky Blue. HEX triplet: 86, DA and F3. RGB value is (134,218,243). Sum of RGB (Red+Green+Blue) = 134+218+243=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #86DAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DAF3 is #79250C. Grayscale: #C3C3C3. Windows color (decimal): -7939341 or 15981190. OLE color: 15981190.

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

Color convert

RGB134218243-
CMYK0.450.1000.05
HSL193.76º81.95%73.92%-
HSV(B)193.76º44.86%95.29%-
XYZ51.0861.6894.01-
YUV195.73154.6783.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.52%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=22.52%
G=36.64%
B=40.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342182430.450.1000.05193.7681.9573.92
Hex86DAF32DA05c2524a
Octal206332363551205302122112
Binary100001101101101011110011101101101001011100001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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