#86CEF1

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

Shades of Sky Blue #86CEF1

Tints of Sky Blue #86CEF1

Color information

#86CEF1 (or 0x86CEF1) is unknown color: approx Sky Blue. HEX triplet: 86, CE and F1. RGB value is (134,206,241). Sum of RGB (Red+Green+Blue) = 134+206+241=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #86CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEF1 is #79310E. Grayscale: #BCBCBC. Windows color (decimal): -7942415 or 15847046. OLE color: 15847046.

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

Color convert

RGB134206241-
CMYK0.440.1500.05
HSL199.63º79.26%73.53%-
HSV(B)199.63º44.4%94.51%-
XYZ47.7855.5691.43-
YUV188.46157.6589.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.06%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=23.06%
G=35.46%
B=41.48%

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
Decimal1342062410.440.1500.05199.6379.2673.53
Hex86CEF12CF05c84f4a
Octal206316361541705310117112
Binary100001101100111011110001101100111101011100100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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