#86CCF1

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

Shades of Sky Blue #86CCF1

Tints of Sky Blue #86CCF1

Color information

#86CCF1 (or 0x86CCF1) is unknown color: approx Sky Blue. HEX triplet: 86, CC and F1. RGB value is (134,204,241). Sum of RGB (Red+Green+Blue) = 134+204+241=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #86CCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCF1 is #79330E. Grayscale: #BBBBBB. Windows color (decimal): -7942927 or 15846534. OLE color: 15846534.

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

Color convert

RGB134204241-
CMYK0.440.1500.05
HSL200.75º79.26%73.53%-
HSV(B)200.75º44.4%94.51%-
XYZ47.354.691.27-
YUV187.29158.3189.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.14%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=23.14%
G=35.23%
B=41.62%

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
Decimal1342042410.440.1500.05200.7579.2673.53
Hex86CCF12CF05c94f4a
Octal206314361541705311117112
Binary100001101100110011110001101100111101011100100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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