#86CCE3

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

Shades of Sky Blue #86CCE3

Tints of Sky Blue #86CCE3

Color information

#86CCE3 (or 0x86CCE3) is unknown color: approx Sky Blue. HEX triplet: 86, CC and E3. RGB value is (134,204,227). Sum of RGB (Red+Green+Blue) = 134+204+227=565 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.72% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #86CCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCE3 is #79331C. Grayscale: #B9B9B9. Windows color (decimal): -7942941 or 14929030. OLE color: 14929030.

HSL color Cylindrical-coordinate representation of color #86CCE3: hue angle of 194.84º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86CCE3 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB134204227-
CMYK0.410.1000.11
HSL194.84º62.42%70.78%-
HSV(B)194.84º40.97%89.02%-
XYZ45.2953.880.67-
YUV185.69151.3191.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.72%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=23.72%
G=36.11%
B=40.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342042270.410.1000.11194.8462.4270.78
Hex86CCE329A0Bc33e47
Octal206314343511201330376107
Binary100001101100110011100011101001101001011110000111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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