#86CDF0

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

Shades of Sky Blue #86CDF0

Tints of Sky Blue #86CDF0

Color information

#86CDF0 (or 0x86CDF0) is unknown color: approx Sky Blue. HEX triplet: 86, CD and F0. RGB value is (134,205,240). Sum of RGB (Red+Green+Blue) = 134+205+240=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #86CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDF0 is #79320F. Grayscale: #BBBBBB. Windows color (decimal): -7942672 or 15781254. OLE color: 15781254.

HSL color Cylindrical-coordinate representation of color #86CDF0: hue angle of 199.81º 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 #86CDF0 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134205240-
CMYK0.440.1500.06
HSL199.81º77.94%73.33%-
HSV(B)199.81º44.17%94.12%-
XYZ47.3955.0290.56-
YUV187.76157.4889.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.14%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 240 (94.14% from 255) = 41.45%
R=23.14%
G=35.41%
B=41.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342052400.440.1500.06199.8177.9473.33
Hex86CDF02CF06c84e49
Octal206315360541706310116111
Binary100001101100110111110000101100111101101100100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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