#86ccef

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

Shades of Sky Blue #86CCEF

Tints of Sky Blue #86CCEF

Color information

#86CCEF (or 0x86CCEF) is unknown color: approx Sky Blue. HEX triplet: 86, CC and EF. RGB value is (134,204,239). Sum of RGB (Red+Green+Blue) = 134+204+239=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #86CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCEF is #793310. Grayscale: #BABABA. Windows color (decimal): -7942929 or 15715462. OLE color: 15715462.

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

Color convert

RGB134204239-
CMYK0.440.1500.06
HSL200º76.64%73.14%-
HSV(B)200º43.93%93.73%-
XYZ4754.4989.7-
YUV187.06157.3190.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.22%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=23.22%
G=35.36%
B=41.42%

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
Decimal1342042390.440.1500.0620076.6473.14
Hex86CCEF2CF06c84d49
Octal206314357541706310115111
Binary100001101100110011101111101100111101101100100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ccef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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