#86DFF0

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

Shades of Sky Blue #86DFF0

Tints of Sky Blue #86DFF0

Color information

#86DFF0 (or 0x86DFF0) is unknown color: approx Sky Blue. HEX triplet: 86, DF and F0. RGB value is (134,223,240). Sum of RGB (Red+Green+Blue) = 134+223+240=597 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.45% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #86DFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFF0 is #79200F. Grayscale: #C6C6C6. Windows color (decimal): -7938064 or 15785862. OLE color: 15785862.

HSL color Cylindrical-coordinate representation of color #86DFF0: hue angle of 189.62º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86DFF0 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134223240-
CMYK0.440.0700.06
HSL189.62º77.94%73.33%-
HSV(B)189.62º44.17%94.12%-
XYZ51.9564.1392.08-
YUV198.33151.5182.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.45%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=22.45%
G=37.35%
B=40.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342232400.440.0700.06189.6277.9473.33
Hex86DFF02C706be4e49
Octal20633736054706276116111
Binary10000110110111111111000010110011101101011111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,223,240); }

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

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

 a { background-color: rgb(134,223,240); }

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

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

 span { border-color: rgb(134,223,240); }

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