#86CDF1

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

Shades of Sky Blue #86CDF1

Tints of Sky Blue #86CDF1

Color information

#86CDF1 (or 0x86CDF1) is unknown color: approx Sky Blue. HEX triplet: 86, CD and F1. RGB value is (134,205,241). Sum of RGB (Red+Green+Blue) = 134+205+241=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #86CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDF1 is #79320E. Grayscale: #BBBBBB. Windows color (decimal): -7942671 or 15846790. OLE color: 15846790.

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

Color convert

RGB134205241-
CMYK0.440.1500.05
HSL200.19º79.26%73.53%-
HSV(B)200.19º44.4%94.51%-
XYZ47.5455.0891.35-
YUV187.87157.9889.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.10%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 241 (94.53% from 255) = 41.55%
R=23.10%
G=35.34%
B=41.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342052410.440.1500.05200.1979.2673.53
Hex86CDF12CF05c84f4a
Octal206315361541705310117112
Binary100001101100110111110001101100111101011100100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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